summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2012-03-03 07:52:13 -0500
committerMichael Sevakis <jethead71@rockbox.org>2012-03-03 07:52:13 -0500
commitd05db0a90c7bce7e6830e77a16c63a90e9e572c4 (patch)
tree3af3b1406b2bc6a30f647abcc40865bee2f73022 /apps/action.h
parentf688710707f3af56a5949b8ae3957c9408b25392 (diff)
downloadrockbox-d05db0a90c7bce7e6830e77a16c63a90e9e572c4.tar.gz
rockbox-d05db0a90c7bce7e6830e77a16c63a90e9e572c4.zip
Correct actionable offense for misappropriation of action context.
Just use a bool to indicate raw button instead of action code. No bother with plugin version yet again so soon. Change-Id: I4aa075c0c1fb5308c9d49bebb30ac76f671b2335
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/action.h b/apps/action.h
index 1bffed3b75..e46e4a64b2 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -42,11 +42,6 @@
42#define ALLOW_SOFTLOCK 0 42#define ALLOW_SOFTLOCK 0
43#endif 43#endif
44 44
45#define CONTEXT_RAWBUTTON 0x04000000 /* For passing raw button code to
46 functions that normally take
47 action codes
48 (ie. keyclick_click) */
49
50enum { 45enum {
51 CONTEXT_STD = 0, 46 CONTEXT_STD = 0,
52 /* These CONTEXT_ values were here before me, 47 /* These CONTEXT_ values were here before me,