TSAGE: Remove unused method

This commit is contained in:
Max Horn 2011-12-12 16:17:15 +01:00
parent 5bbca02938
commit 1f96dc550c

View file

@ -421,7 +421,6 @@ public:
virtual void destroy() {}
virtual bool startAction(CursorType action, Event &event);
virtual void doAction(int action);
virtual bool performAction(CursorType action, Event &event) { return startAction(action, event); }
bool contains(const Common::Point &pt);
void setBounds(const Rect &newBounds) { _bounds = newBounds; }