Remove method declaration that is not implemented

This commit is contained in:
Jiri Drbalek 2018-10-20 07:52:19 +00:00
parent 90a1b65081
commit 3b188b4c26

View file

@ -43,7 +43,6 @@ public:
text_placement_info_ptr get_placement_info(double _scale_factor, feature_impl const& feature, attributes const& vars) const;
std::string get_positions() const;
static text_placements_ptr from_xml(xml_node const& xml, fontset_map const& fontsets, bool is_shield);
void init_positions(std::string const& positions) const;
std::vector<directions_e> direction_;
std::vector<int> text_sizes_;
private: