From e8c25366500c5f98d6fc84c6746ff1a1f84b25e1 Mon Sep 17 00:00:00 2001 From: jdgordon Date: Sun, 16 Aug 2009 21:30:11 +0000 Subject: [PATCH] remove an unused #define git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22363 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/skin_engine/wps_internals.h | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h index 813a92a2b..55fa87ae2 100644 --- a/apps/gui/skin_engine/wps_internals.h +++ b/apps/gui/skin_engine/wps_internals.h @@ -219,7 +219,6 @@ struct touchregion { bool repeat; /* requires the area be held for the action */ int action; /* action this button will return */ }; -#define MAX_TOUCHREGIONS 15 #endif /* wps_data this struct holds all necessary data which describes the -- 2.11.4.GIT