aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruruk2014-07-26 12:52:27 +0200
committeruruk2014-07-26 12:52:27 +0200
commitc78596a80e5dde89a37486417288be8cb65cc4b5 (patch)
tree88a9a7dab69e41f8850ddba4ab593f013397abc7
parent8d21a21b6392bfd766780da3c7445241febcf81c (diff)
downloadscummvm-rg350-c78596a80e5dde89a37486417288be8cb65cc4b5.tar.gz
scummvm-rg350-c78596a80e5dde89a37486417288be8cb65cc4b5.tar.bz2
scummvm-rg350-c78596a80e5dde89a37486417288be8cb65cc4b5.zip
CGE2: Remove another unused opcode.
-rw-r--r--engines/cge2/snail.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cge2/snail.h b/engines/cge2/snail.h
index ed6aae79d8..3026f078c7 100644
--- a/engines/cge2/snail.h
+++ b/engines/cge2/snail.h
@@ -90,8 +90,6 @@ enum CommandType {
kCmdExec,
kCmdGhost,
-
- kCmdNOne = kNoByte
};
class CommandHandler {