forked from len0rd/rockbox
Removed calls to disk stub
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@573 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f43ecc4a8f
commit
d71a2bceeb
1 changed files with 0 additions and 79 deletions
|
|
@ -29,63 +29,6 @@
|
|||
*/
|
||||
int persist_all_settings( void )
|
||||
{
|
||||
if( ! persist_volume_setting() )
|
||||
{
|
||||
panicf( "failed to persist volume setting" );
|
||||
}
|
||||
|
||||
if( ! persist_balance_setting() )
|
||||
{
|
||||
panicf( "failed to persist balance setting" );
|
||||
}
|
||||
|
||||
if( ! persist_bass_setting() )
|
||||
{
|
||||
panicf( "failed to persist bass setting" );
|
||||
}
|
||||
|
||||
if( ! persist_treble_setting() )
|
||||
{
|
||||
panicf( "failed to persist treble setting" );
|
||||
}
|
||||
|
||||
if( ! persist_loudness_setting() )
|
||||
{
|
||||
panicf( "failed to persist loudness setting" );
|
||||
}
|
||||
|
||||
if( ! persist_bass_boost_setting() )
|
||||
{
|
||||
panicf( "failed to persist bass boost setting" );
|
||||
}
|
||||
|
||||
if( ! persist_contrast_setting() )
|
||||
{
|
||||
panicf( "failed to persist contrast setting" );
|
||||
}
|
||||
|
||||
if( ! persist_poweroff_setting() )
|
||||
{
|
||||
panicf( "failed to persist poweroff setting" );
|
||||
}
|
||||
|
||||
if( ! persist_backlight_setting() )
|
||||
{
|
||||
panicf( "failed to persist backlight setting" );
|
||||
}
|
||||
|
||||
if( ! persist_poweroff_setting() )
|
||||
{
|
||||
panicf( "failed to persist poweroff setting" );
|
||||
}
|
||||
|
||||
if( ! persist_resume_setting() )
|
||||
{
|
||||
panicf( "failed to persist resume setting" );
|
||||
}
|
||||
|
||||
/* by getting here, we had no problems */
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
@ -94,28 +37,6 @@ int persist_all_settings( void )
|
|||
*/
|
||||
int persist_all_playlist_info( void )
|
||||
{
|
||||
if( ! persist_playlist_filename() )
|
||||
{
|
||||
panicf( "failed to persist playlist filename" );
|
||||
}
|
||||
|
||||
if( ! persist_playlist_indices() )
|
||||
{
|
||||
panicf( "failed to persist playlist indices" );
|
||||
}
|
||||
|
||||
if( ! persist_playlist_index() )
|
||||
{
|
||||
panicf( "failed to persist playlist index" );
|
||||
}
|
||||
|
||||
if( ! persist_resume_track_time() )
|
||||
{
|
||||
panicf( "failed to persist resume track time" );
|
||||
}
|
||||
|
||||
/* by getting here, we had no problems */
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue