1
0
Fork 0
forked from len0rd/rockbox

Removed annoying 'Saving settings' splash

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15188 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2007-10-18 12:23:45 +00:00
parent d8667df357
commit 7ed7c840da

View file

@ -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));