summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/button_helper.pl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/button_helper.pl')
-rwxr-xr-xapps/plugins/lua/button_helper.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lua/button_helper.pl b/apps/plugins/lua/button_helper.pl
index 549619c971..7af3231b11 100755
--- a/apps/plugins/lua/button_helper.pl
+++ b/apps/plugins/lua/button_helper.pl
@@ -47,9 +47,7 @@ while(my $line = <STDIN>)
47print <<EOF 47print <<EOF
48{"BUTTON_REL", BUTTON_REL}, 48{"BUTTON_REL", BUTTON_REL},
49{"BUTTON_REPEAT", BUTTON_REPEAT}, 49{"BUTTON_REPEAT", BUTTON_REPEAT},
50#ifdef HAVE_TOUCHSCREEN
51{"BUTTON_TOUCHSCREEN", BUTTON_TOUCHSCREEN}, 50{"BUTTON_TOUCHSCREEN", BUTTON_TOUCHSCREEN},
52#endif
53}; 51};
54 52
55int main(void) 53int main(void)