diff options
author | Max Horn | 2011-12-12 16:17:15 +0100 |
---|---|---|
committer | Max Horn | 2011-12-12 16:27:41 +0100 |
commit | 1f96dc550c554e5481496b729434e0b36fa2eaa7 (patch) | |
tree | 353c3cb88ecafb99f9ffb166f1f9ae556f590708 /engines/tsage | |
parent | 5bbca0293871f445d3738f2114069aaf69600340 (diff) | |
download | scummvm-rg350-1f96dc550c554e5481496b729434e0b36fa2eaa7.tar.gz scummvm-rg350-1f96dc550c554e5481496b729434e0b36fa2eaa7.tar.bz2 scummvm-rg350-1f96dc550c554e5481496b729434e0b36fa2eaa7.zip |
TSAGE: Remove unused method
Diffstat (limited to 'engines/tsage')
-rw-r--r-- | engines/tsage/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tsage/core.h b/engines/tsage/core.h index cbd3d9f77c..060ffee121 100644 --- a/engines/tsage/core.h +++ b/engines/tsage/core.h @@ -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; } |