From b218cb93fe3eabdcce32af012bf257e3cda34e32 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Wed, 14 Jan 2004 10:40:25 +0000 Subject: cleanup svn-id: r12378 --- queen/command.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'queen/command.h') diff --git a/queen/command.h b/queen/command.h index 301e056414..686ee470ee 100644 --- a/queen/command.h +++ b/queen/command.h @@ -50,7 +50,6 @@ struct CmdText { QueenEngine *_vm; }; - struct CmdState { void init(); @@ -66,7 +65,6 @@ struct CmdState { int16 selNoun; }; - class Command { public: @@ -84,12 +82,10 @@ public: //! read all command arrays from stream void readCommandsFrom(byte *&ptr); - enum { MAX_MATCHING_CMDS = 50 }; - private: ObjectData *findObjectData(uint16 objRoomNum) const; -- cgit v1.2.3