summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2007-10-18 12:23:45 +0000
committerBjörn Stenberg <bjorn@haxx.se>2007-10-18 12:23:45 +0000
commit7ed7c840da8f613d6b544e31c8c823e1a99a2557 (patch)
tree94d0d2b67e4abb0b1c3d2bdb31e50efe598a3281 /apps/plugins
parentd8667df35731bad09dcdbc19a8239bf8b131114f (diff)
downloadrockbox-7ed7c840da8f613d6b544e31c8c823e1a99a2557.zip
rockbox-7ed7c840da8f613d6b544e31c8c823e1a99a2557.tar.gz
rockbox-7ed7c840da8f613d6b544e31c8c823e1a99a2557.tar.bz2
rockbox-7ed7c840da8f613d6b544e31c8c823e1a99a2557.tar.xz
Removed annoying 'Saving settings' splash
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15188 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/viewer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 2e152f1..30d3d37 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));