diff --git a/include/mapnik/symbolizer.hpp b/include/mapnik/symbolizer.hpp index 1e5f2dc5f..181881281 100644 --- a/include/mapnik/symbolizer.hpp +++ b/include/mapnik/symbolizer.hpp @@ -538,12 +538,6 @@ boost::optional get_optional(symbolizer_base const& sym, keys key) return boost::optional(); } -template -auto to_integral(Enum e) -> typename std::underlying_type::type -{ - return static_cast::type>(e); -} - using property_meta_type = std::tuple, property_types>; MAPNIK_DECL property_meta_type const& get_meta(mapnik::keys key); MAPNIK_DECL mapnik::keys get_key(std::string const& name);