mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 09:32:40 -05:00
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:
parent
d8667df357
commit
7ed7c840da
1 changed files with 0 additions and 2 deletions
|
|
@ -1139,8 +1139,6 @@ static void viewer_save_settings(void)/* same name as global, but not the same f
|
||||||
{
|
{
|
||||||
int settings_fd;
|
int settings_fd;
|
||||||
|
|
||||||
rb->splash(1, "Saving Settings");
|
|
||||||
|
|
||||||
settings_fd = rb->creat(SETTINGS_FILE); /* create the settings file */
|
settings_fd = rb->creat(SETTINGS_FILE); /* create the settings file */
|
||||||
|
|
||||||
rb->write (settings_fd, &prefs, sizeof(struct preferences));
|
rb->write (settings_fd, &prefs, sizeof(struct preferences));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue