summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/lua/rocklib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/lua/rocklib.c b/apps/plugins/lua/rocklib.c
index 6da57d154e..5109092570 100644
--- a/apps/plugins/lua/rocklib.c
+++ b/apps/plugins/lua/rocklib.c
@@ -924,7 +924,6 @@ LUALIB_API int luaopen_rock(lua_State *L)
924#ifdef HAVE_TOUCHSCREEN 924#ifdef HAVE_TOUCHSCREEN
925 RB_CONSTANT(TOUCHSCREEN_POINT); 925 RB_CONSTANT(TOUCHSCREEN_POINT);
926 RB_CONSTANT(TOUCHSCREEN_BUTTON); 926 RB_CONSTANT(TOUCHSCREEN_BUTTON);
927 RB_CONSTANT(BUTTON_TOUCHSCREEN);
928#endif 927#endif
929 928
930 RB_CONSTANT(BUTTON_REL); 929 RB_CONSTANT(BUTTON_REL);