+ fix compilation issues

This commit is contained in:
Artem Pavlenko 2012-01-26 13:05:41 +00:00
parent d1f16bb227
commit 36a23367a6
2 changed files with 0 additions and 7 deletions

View file

@ -127,9 +127,6 @@ struct MAPNIK_DECL text_symbolizer : public symbolizer_base
justify_alignment_e get_justify_alignment() const func_deprecated;
text_placements_ptr get_placement_options() const;
void set_placement_options(text_placements_ptr placement_options);
void set_placement_options(placement_type_e arg, std::string const& placements);
placement_type_e get_placement_type() const;
std::string get_placements() const;
private:
text_placements_ptr placement_options_;

View file

@ -493,10 +493,6 @@ text_placements_simple::text_placements_simple(std::string positions)
set_positions(positions);
}
std::string text_placements_simple::get_positions()
{
return positions_; //TODO: Build string from data in direction_ and text_sizes_
}
/***************************************************************************/