Remove functions that don't exist from placement headers.

This commit is contained in:
Dave 2008-01-16 21:42:08 +00:00
parent a092425940
commit 76e18f8a4a

View file

@ -99,12 +99,6 @@ namespace mapnik
void clear();
private:
template <typename T>
bool find_placement_follow(placement & p, T & path);
template <typename T>
bool find_placement_horizontal(placement & p, T & path);
template <typename T>
bool build_path_follow(placement & p, double target_distance, T & path);