Merge pull request #3560 from mapycz/minor-cleanup

remove methods that are not referenced anywhere
This commit is contained in:
Artem Pavlenko 2016-11-29 16:02:58 +01:00 committed by GitHub
commit 2f5c12f28a

View file

@ -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.