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
This commit is contained in:
Thomas Martitz 2009-08-12 14:51:12 +00:00
parent 18e40e0f4c
commit 3290f1f025

View file

@ -775,11 +775,6 @@ int kbd_input(char* text, int buflen)
case ACTION_KBD_ABORT: case ACTION_KBD_ABORT:
FOR_NB_SCREENS(l) FOR_NB_SCREENS(l)
screens[l].setfont(FONT_UI); screens[l].setfont(FONT_UI);
#ifdef HAVE_BUTTONBAR
global_settings.buttonbar=buttonbar_config;
#endif
viewportmanager_set_statusbar(oldbars);
ret = -1; done = true; ret = -1; done = true;
break; break;