summaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map.h')
-rw-r--r--map.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/map.h b/map.h
index f18aa11c3..a62f65f34 100644
--- a/map.h
+++ b/map.h
@@ -4,9 +4,6 @@
#define TILE_X_BITS 8
#define TILE_Y_BITS 8
-#define TILES_X (1 << TILE_X_BITS)
-#define TILES_Y (1 << TILE_Y_BITS)
-
extern byte _map_type_and_height[];
extern byte _map5[];
extern byte _map3_lo[];