aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/bitmaps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/bitmaps.cpp')
-rw-r--r--engines/cge/bitmaps.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cge/bitmaps.cpp b/engines/cge/bitmaps.cpp
index 77012c0488..cabe04b784 100644
--- a/engines/cge/bitmaps.cpp
+++ b/engines/cge/bitmaps.cpp
@@ -224,7 +224,6 @@ static uint8 MEDesign[][9] = { { R R R R R R R R R }, // 0
namespace CGE {
-#ifdef DEBUG
BMP_PTR MB[] = {
new BITMAP("BRICK"),
NULL
@@ -234,7 +233,6 @@ BMP_PTR HL[] = {
new BITMAP("HLINE"),
NULL
};
-#endif
BMP_PTR MC[] = {
new BITMAP("MOUSE"),