From 074b1e2836a69be8ca29b7a719fe66079384088c Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 2 Feb 2015 10:46:20 -0800 Subject: [PATCH] cleanup commented code after 89e516b49348 --- include/mapnik/json/topojson_grammar_impl.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/mapnik/json/topojson_grammar_impl.hpp b/include/mapnik/json/topojson_grammar_impl.hpp index 8e4a606fd..3d125a630 100644 --- a/include/mapnik/json/topojson_grammar_impl.hpp +++ b/include/mapnik/json/topojson_grammar_impl.hpp @@ -27,8 +27,6 @@ namespace mapnik { namespace topojson { namespace qi = boost::spirit::qi; namespace phoenix = boost::phoenix; namespace fusion = boost::fusion; -//namespace standard_wide = boost::spirit::standard_wide; -//using standard_wide::space_type; template topojson_grammar::topojson_grammar()