summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/keyboard.c')
-rw-r--r--apps/recorder/keyboard.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 7eb798143e..9ef6021160 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -775,11 +775,6 @@ int kbd_input(char* text, int buflen)
775 case ACTION_KBD_ABORT: 775 case ACTION_KBD_ABORT:
776 FOR_NB_SCREENS(l) 776 FOR_NB_SCREENS(l)
777 screens[l].setfont(FONT_UI); 777 screens[l].setfont(FONT_UI);
778
779#ifdef HAVE_BUTTONBAR
780 global_settings.buttonbar=buttonbar_config;
781#endif
782 viewportmanager_set_statusbar(oldbars);
783 ret = -1; done = true; 778 ret = -1; done = true;
784 break; 779 break;
785 780