From 7ed7c840da8f613d6b544e31c8c823e1a99a2557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Thu, 18 Oct 2007 12:23:45 +0000 Subject: [PATCH] Removed annoying 'Saving settings' splash git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15188 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/viewer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index 2e152f106d..30d3d37837 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -1139,8 +1139,6 @@ static void viewer_save_settings(void)/* same name as global, but not the same f { int settings_fd; - rb->splash(1, "Saving Settings"); - settings_fd = rb->creat(SETTINGS_FILE); /* create the settings file */ rb->write (settings_fd, &prefs, sizeof(struct preferences));