summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Heiner <jheiner@rockbox.org>2002-10-18 07:58:31 +0000
committerJustin Heiner <jheiner@rockbox.org>2002-10-18 07:58:31 +0000
commit0af59de7333f43fe5a71f0cac9d5df5e12ec4109 (patch)
tree6b38dd5359dc2feae0eb1500403948f60f37ca72
parentb29717d032a400bec38d5a7ff72b656bde81bed8 (diff)
downloadrockbox-0af59de7333f43fe5a71f0cac9d5df5e12ec4109.tar.gz
rockbox-0af59de7333f43fe5a71f0cac9d5df5e12ec4109.zip
Got rid of a screen clear in the settings reset menu that made the question disappear
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2711 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings_menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c
index 0aa8f3efe0..6a96ba4c81 100644
--- a/apps/settings_menu.c
+++ b/apps/settings_menu.c
@@ -367,8 +367,6 @@ static bool reset_settings(void)
367 lcd_puts(0,line+1,str(LANG_RESET_CANCEL)); 367 lcd_puts(0,line+1,str(LANG_RESET_CANCEL));
368 368
369 lcd_update(); 369 lcd_update();
370
371 lcd_clear_display();
372 370
373 while(!done) { 371 while(!done) {
374 switch(button_get(true)) { 372 switch(button_get(true)) {