TSAGE: Remove unused method
This commit is contained in:
parent
5bbca02938
commit
1f96dc550c
1 changed files with 0 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue