From b437f232d87ace54dd1c68fdab661b210b702217 Mon Sep 17 00:00:00 2001 From: kugel Date: Wed, 12 Aug 2009 14:51:12 +0000 Subject: [PATCH] Both of this isn't needed anymore as it's done at the end of the function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22270 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/keyboard.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 7eb798143..9ef602116 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c @@ -775,11 +775,6 @@ int kbd_input(char* text, int buflen) case ACTION_KBD_ABORT: FOR_NB_SCREENS(l) screens[l].setfont(FONT_UI); - -#ifdef HAVE_BUTTONBAR - global_settings.buttonbar=buttonbar_config; -#endif - viewportmanager_set_statusbar(oldbars); ret = -1; done = true; break; -- 2.11.4.GIT