aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/missiveomat.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-31 05:21:19 -0500
committerPaul Gilbert2016-12-31 05:21:19 -0500
commit977a4a5df150487c01abc7ea06ac76ecbf16279c (patch)
treec387682a8079f2767f967653668d9a4d8ac15ad9 /engines/titanic/game/missiveomat.h
parent2d3d45002b8c1495fe41b973eca5dd7900b21155 (diff)
downloadscummvm-rg350-977a4a5df150487c01abc7ea06ac76ecbf16279c.tar.gz
scummvm-rg350-977a4a5df150487c01abc7ea06ac76ecbf16279c.tar.bz2
scummvm-rg350-977a4a5df150487c01abc7ea06ac76ecbf16279c.zip
TITANIC: Further fixes and cleanup for MissiveOMat login
Diffstat (limited to 'engines/titanic/game/missiveomat.h')
-rw-r--r--engines/titanic/game/missiveomat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/titanic/game/missiveomat.h b/engines/titanic/game/missiveomat.h
index 1c8e94d59c..c8441edff2 100644
--- a/engines/titanic/game/missiveomat.h
+++ b/engines/titanic/game/missiveomat.h
@@ -27,12 +27,6 @@
namespace Titanic {
-enum MissiveOMatAction {
- MESSAGE_NONE = 1, MESSAGE_SHOW = 2, NEXT_MESSAGE = 3, PRIOR_MESSAGE = 4,
- MESSAGE_5 = 5, MESSAGE_DOWN = 6, MESSAGE_UP = 7, REDRAW_MESSAGE = 8,
- MESSAGE_9 = 9
-};
-
enum MissiveOMatMode {
MMODE_USERNAME = 1,
MMODE_PASSWORD = 2,