remove undefined and unused method declaration

This commit is contained in:
Paul Davis 2015-10-02 22:08:05 -04:00
parent 0ee737f129
commit 3733fd7f31

View file

@ -52,7 +52,6 @@ public:
void say_hello ();
bool active() const { return _active; }
void drop_routes ();
typedef std::vector<Control*> Controls;
Controls controls;