mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Merge pull request #3560 from mapycz/minor-cleanup
remove methods that are not referenced anywhere
This commit is contained in:
commit
2f5c12f28a
@ -68,16 +68,6 @@ public:
|
||||
box_elements_.push_back(box_element(box, repeat_key));
|
||||
}
|
||||
|
||||
inline void clear_box_elements()
|
||||
{
|
||||
box_elements_.clear();
|
||||
}
|
||||
|
||||
inline text_symbolizer_properties const& get_properties() const
|
||||
{
|
||||
return info_ptr_->properties;
|
||||
}
|
||||
|
||||
pixel_position_list const& get();
|
||||
|
||||
// Iterate over the given path, placing line-following labels or point labels with respect to label_spacing.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user