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 4d2e66413..f18aa11c3 100644
--- a/map.h
+++ b/map.h
@@ -7,9 +7,6 @@
#define TILES_X (1 << TILE_X_BITS)
#define TILES_Y (1 << TILE_Y_BITS)
-#define TILE_X_MAX (TILES_X - 1)
-#define TILE_Y_MAX (TILES_Y - 1)
-
extern byte _map_type_and_height[];
extern byte _map5[];
extern byte _map3_lo[];