summaryrefslogtreecommitdiff
path: root/apps/plugins/reversi/reversi-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/reversi/reversi-gui.c')
-rw-r--r--apps/plugins/reversi/reversi-gui.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/plugins/reversi/reversi-gui.c b/apps/plugins/reversi/reversi-gui.c
index e25aa5fe3e..e6613d6a25 100644
--- a/apps/plugins/reversi/reversi-gui.c
+++ b/apps/plugins/reversi/reversi-gui.c
@@ -430,11 +430,6 @@ static bool reversi_gui_menu(void) {
430 MENU_TEXT_STRAT_BLACK, MENU_TEXT_STRAT_WHITE, 430 MENU_TEXT_STRAT_BLACK, MENU_TEXT_STRAT_WHITE,
431 MENU_TEXT_WRAP_MODE, "Playback Control", "Quit"); 431 MENU_TEXT_WRAP_MODE, "Playback Control", "Quit");
432 432
433#ifdef HAVE_TOUCHSCREEN
434 /* Entering Menu, set the touchscreen to the global setting */
435 rb->touchscreen_set_mode(rb->global_settings->touch_mode);
436#endif
437
438 result = rb->do_menu(&menu, NULL, NULL, false); 433 result = rb->do_menu(&menu, NULL, NULL, false);
439 434
440 switch (result) { 435 switch (result) {
@@ -478,11 +473,6 @@ static bool reversi_gui_menu(void) {
478 break; 473 break;
479 } 474 }
480 475
481#ifdef HAVE_TOUCHSCREEN
482 /* Leaving the menu, set back to pointer mode */
483 rb->touchscreen_set_mode(TOUCHSCREEN_POINT);
484#endif
485
486 return (result == MENU_ATTACHED_USB); 476 return (result == MENU_ATTACHED_USB);
487} 477}
488 478