summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-11-17 12:45:07 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-11-17 12:45:07 +0000
commit335190567c5990aa984f965cc09ccebb6941931e (patch)
treeb293883247f7f3954501dae97d1668c2adc06773 /apps/settings.c
parent34145af486b399494ddc27c612ab5643356ff568 (diff)
downloadrockbox-335190567c5990aa984f965cc09ccebb6941931e.tar.gz
rockbox-335190567c5990aa984f965cc09ccebb6941931e.zip
Removed annoying debug output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5417 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 2ee4126adb..7ca3820016 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -469,8 +469,6 @@ static int save_config_buffer( void )
469 unsigned int i; 469 unsigned int i;
470#endif 470#endif
471 471
472 DEBUGF( "save_config_buffer()\n" );
473
474 /* update the checksum in the end of the block before saving */ 472 /* update the checksum in the end of the block before saving */
475 chksum = calculate_config_checksum(config_block); 473 chksum = calculate_config_checksum(config_block);
476 config_block[ RTC_BLOCK_SIZE - 2 ] = chksum >> 8; 474 config_block[ RTC_BLOCK_SIZE - 2 ] = chksum >> 8;
@@ -645,8 +643,6 @@ void settings_calc_config_sector(void)
645 */ 643 */
646int settings_save( void ) 644int settings_save( void )
647{ 645{
648 DEBUGF( "settings_save()\n" );
649
650 { 646 {
651 int elapsed_secs; 647 int elapsed_secs;
652 648