summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-28 15:51:32 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-28 15:51:32 +0000
commit2b92fe2332d6d6468a0fbbba9e5a3740c44b0daf (patch)
treed24cc2f9808267452cde004dd0a6395ca8f279cb
parente7db6f962a6197c3f1f16e805fda1156fc605cb6 (diff)
downloadrockbox-2b92fe2332d6d6468a0fbbba9e5a3740c44b0daf.tar.gz
rockbox-2b92fe2332d6d6468a0fbbba9e5a3740c44b0daf.zip
Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.lua
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21544 a1c6a512-1295-4272-9138-f99709370657
-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)
#ifdef HAVE_TOUCHSCREEN
RB_CONSTANT(TOUCHSCREEN_POINT);
RB_CONSTANT(TOUCHSCREEN_BUTTON);
- RB_CONSTANT(BUTTON_TOUCHSCREEN);
#endif
RB_CONSTANT(BUTTON_REL);