From 8f8e7db610aa238f1b6ab8f3a2d5460a56fe34c8 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 15 Oct 2016 20:01:30 +0200 Subject: [PATCH] Removed unused constants in controllermap program. --- test/controllermap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/controllermap.c b/test/controllermap.c index 0728838d3..d626f9f89 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