From d05db0a90c7bce7e6830e77a16c63a90e9e572c4 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 3 Mar 2012 07:52:13 -0500 Subject: 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 --- apps/action.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/action.h') diff --git a/apps/action.h b/apps/action.h index 1bffed3..e46e4a6 100644 --- a/apps/action.h +++ b/apps/action.h @@ -42,11 +42,6 @@ #define ALLOW_SOFTLOCK 0 #endif -#define CONTEXT_RAWBUTTON 0x04000000 /* For passing raw button code to - functions that normally take - action codes - (ie. keyclick_click) */ - enum { CONTEXT_STD = 0, /* These CONTEXT_ values were here before me, -- cgit v1.1