aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2015-12-27 00:46:41 +0100
committerStrangerke2015-12-27 00:46:41 +0100
commit3712befbd7c266c1a73f97515b9ef29a56429eaa (patch)
treeea968f638010b1a3beb95ef482d44e28d4d7d213 /engines
parent3215d14e8265f6ad901272f3dd1d3f44ec09eaf5 (diff)
downloadscummvm-rg350-3712befbd7c266c1a73f97515b9ef29a56429eaa.tar.gz
scummvm-rg350-3712befbd7c266c1a73f97515b9ef29a56429eaa.tar.bz2
scummvm-rg350-3712befbd7c266c1a73f97515b9ef29a56429eaa.zip
LAB: Remove unused defines
Diffstat (limited to 'engines')
-rw-r--r--engines/lab/processroom.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/lab/processroom.h b/engines/lab/processroom.h
index d8657587a7..ee8a9735f7 100644
--- a/engines/lab/processroom.h
+++ b/engines/lab/processroom.h
@@ -126,12 +126,6 @@ enum MapDoors {
#define BRIDGEROOM 3
#define VCORRIDOR 4
#define HCORRIDOR 5
-#define MEDMAZE 6
-#define HEDGEMAZE 7
-#define SURMAZE 8
-#define MULTIMAZEF1 9
-#define MULTIMAZEF2 10
-#define MULTIMAZEF3 11
#if defined(WIN32)
#pragma pack(push, 1)