Commit 826508b6ee0cfc61684f017102cb3516a3af0b49

Philipp Wiesemann 2016-10-15T20:01:30

Removed unused constants in controllermap program.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/test/controllermap.c b/test/controllermap.c
index 0728838..d626f9f 100644
--- a/test/controllermap.c
+++ b/test/controllermap.c
@@ -29,9 +29,6 @@
 #define SCREEN_HEIGHT   320
 #endif
 
-#define MAP_WIDTH 512
-#define MAP_HEIGHT 317
-
 #define MARKER_BUTTON 1
 #define MARKER_AXIS 2