diff options
Diffstat (limited to 'apps/plugins/lua/button_helper.pl')
-rwxr-xr-x | apps/plugins/lua/button_helper.pl | 2 |
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>) print <<EOF {"BUTTON_REL", BUTTON_REL}, {"BUTTON_REPEAT", BUTTON_REPEAT}, -#ifdef HAVE_TOUCHSCREEN {"BUTTON_TOUCHSCREEN", BUTTON_TOUCHSCREEN}, -#endif }; int main(void) |