mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
remove unused code
This commit is contained in:
parent
3c66054524
commit
7ff712af52
@ -538,12 +538,6 @@ boost::optional<T> get_optional(symbolizer_base const& sym, keys key)
|
||||
return boost::optional<T>();
|
||||
}
|
||||
|
||||
template<typename Enum>
|
||||
auto to_integral(Enum e) -> typename std::underlying_type<Enum>::type
|
||||
{
|
||||
return static_cast<typename std::underlying_type<Enum>::type>(e);
|
||||
}
|
||||
|
||||
using property_meta_type = std::tuple<const char*, mapnik::symbolizer_base::value_type, std::function<std::string(enumeration_wrapper)>, property_types>;
|
||||
MAPNIK_DECL property_meta_type const& get_meta(mapnik::keys key);
|
||||
MAPNIK_DECL mapnik::keys get_key(std::string const& name);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user