summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
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,