Merge pull request #3556 from mapnik/minor-cleanup

remove superfluous declaration
This commit is contained in:
Artem Pavlenko 2016-11-25 20:39:23 +01:00 committed by GitHub
commit 765922e42f

View file

@ -67,8 +67,6 @@ private:
bool single_line_placement(vertex_cache &pp, text_upright_e orientation);
// Moves dx pixels but makes sure not to fall of the end.
void path_move_dx(vertex_cache & pp, double dx);
// Normalize angle in range [-pi, +pi].
static double normalize_angle(double angle);
// Adjusts user defined spacing to place an integer number of labels.
double get_spacing(double path_length, double layout_width) const;
// Checks for collision.