unused class clean-up

This commit is contained in:
Artem Pavlenko 2005-08-31 19:34:51 +00:00
parent 71d2bda91e
commit 04f86c3dc7

View file

@ -217,12 +217,6 @@ namespace mapnik
Lock* operator&();
};
class Functor
{
public:
virtual void operator()() const=0;
};
struct timer
{
struct timeval tv_;