aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/game_object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/game_object.cpp')
-rw-r--r--engines/titanic/core/game_object.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/titanic/core/game_object.cpp b/engines/titanic/core/game_object.cpp
index a5657f583a..dcc66f569d 100644
--- a/engines/titanic/core/game_object.cpp
+++ b/engines/titanic/core/game_object.cpp
@@ -1101,10 +1101,6 @@ Point CGameObject::getControid() const {
_bounds.top + _bounds.height() / 2);
}
-void CGameObject::performAction(int actionNum, CViewItem *view) {
- // TODO
-}
-
bool CGameObject::clipExistsByStart(const CString &name, int startFrame) const {
return _movieClips.existsByStart(name, startFrame);
}