remove methods that are not referenced anywhere
This commit is contained in:
parent
4d4ea3a576
commit
27a0f3562d
1 changed files with 0 additions and 10 deletions
|
@ -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…
Reference in a new issue