diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-08-12 14:51:12 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-08-12 14:51:12 +0000 |
| commit | 3290f1f0257794da45bdd3c61998817f301edfb6 (patch) | |
| tree | cc60adaacaef64dd8c1ad9ce38f82f23d126872a | |
| parent | 18e40e0f4c45bf204571e548347e23b1bb5b4afd (diff) | |
| download | rockbox-3290f1f0257794da45bdd3c61998817f301edfb6.zip rockbox-3290f1f0257794da45bdd3c61998817f301edfb6.tar.gz rockbox-3290f1f0257794da45bdd3c61998817f301edfb6.tar.bz2 rockbox-3290f1f0257794da45bdd3c61998817f301edfb6.tar.xz | |
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
| -rw-r--r-- | apps/recorder/keyboard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 7eb7981..9ef6021 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; |