remove unused symbolizer hash
This commit is contained in:
parent
ebd183d58e
commit
d01a5407ae
1 changed files with 1 additions and 12 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue