remove unused symbolizer hash

This commit is contained in:
artemp 2014-08-05 13:05:32 +01:00
parent ebd183d58e
commit d01a5407ae

View file

@ -87,18 +87,7 @@ struct hash_visitor : boost::static_visitor<std::size_t>
} }
}; };
} } // namespace mapnik
namespace std {
template<>
struct hash<mapnik::symbolizer>
{
std::size_t operator()(mapnik::symbolizer const& sym) const
{
return boost::apply_visitor(mapnik::hash_visitor(),sym);
}
};
}
#endif // MAPNIK_SYMBOLIZER_HASH_HPP #endif // MAPNIK_SYMBOLIZER_HASH_HPP