aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.h
diff options
context:
space:
mode:
authorGregory Montoir2003-10-31 13:47:28 +0000
committerGregory Montoir2003-10-31 13:47:28 +0000
commitd1ff236f3c872c16519914e54d5185c832d1509c (patch)
treec9d0814db5b5d12f741de4b661b8706b46d88af2 /queen/cutaway.h
parent23188d5188c658557d34c4a38666981dd96a8ecb (diff)
downloadscummvm-rg350-d1ff236f3c872c16519914e54d5185c832d1509c.tar.gz
scummvm-rg350-d1ff236f3c872c16519914e54d5185c832d1509c.tar.bz2
scummvm-rg350-d1ff236f3c872c16519914e54d5185c832d1509c.zip
use Command class
svn-id: r11017
Diffstat (limited to 'queen/cutaway.h')
-rw-r--r--queen/cutaway.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/queen/cutaway.h b/queen/cutaway.h
index 8c77a4cc1d..bf6985e3b5 100644
--- a/queen/cutaway.h
+++ b/queen/cutaway.h
@@ -259,9 +259,6 @@ class Cutaway {
//! Restore QueenLogic::_objectData from _personData
void restorePersonData();
- //! Copy data from dummy object to object
- void objectCopy(int dummyObjectIndex, int objectIndex);
-
//! Go to the final room
void goToFinalRoom();