From 826508b6ee0cfc61684f017102cb3516a3af0b49 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 0728838d34d78..d626f9f89a6b7 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