aboutsummaryrefslogtreecommitdiff
path: root/queen/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/command.h')
-rw-r--r--queen/command.h4
1 files changed, 0 insertions, 4 deletions
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;