summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-08-16 21:30:11 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-08-16 21:30:11 +0000
commitb395f89a31a51fad6311acd671ffd9487e32c130 (patch)
tree31c58f66bc2499227cab5a06bedd23ef9a883af5
parent4238ba8fee97becc2a67736892d7b9d5c01152cf (diff)
downloadrockbox-b395f89a31a51fad6311acd671ffd9487e32c130.tar.gz
rockbox-b395f89a31a51fad6311acd671ffd9487e32c130.zip
remove an unused #define
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22363 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/gui/skin_engine/wps_internals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 813a92a2b9..55fa87ae25 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -219,7 +219,6 @@ struct touchregion {
219 bool repeat; /* requires the area be held for the action */ 219 bool repeat; /* requires the area be held for the action */
220 int action; /* action this button will return */ 220 int action; /* action this button will return */
221}; 221};
222#define MAX_TOUCHREGIONS 15
223#endif 222#endif
224/* wps_data 223/* wps_data
225 this struct holds all necessary data which describes the 224 this struct holds all necessary data which describes the