mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
18e40e0f4c
commit
3290f1f025
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue