diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-08 23:50:24 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-08 23:50:24 +0000 |
commit | 1b4cb9ecb79477721baa2432bb896ff337b90120 (patch) | |
tree | 092f5d0e25fd7c0a32204f2691d605a26f735cd0 /apps | |
parent | d90373380919c5b30ff99f26e5f6e74e75579b2c (diff) |
Removed a redundant comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7797 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/main.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/main.c b/apps/main.c index 296b3fc351..c38a1603bf 100644 --- a/apps/main.c +++ b/apps/main.c @@ -190,7 +190,7 @@ void init(void) lcd_remote_init(); #endif font_init(); - show_logo(); +// show_logo(); lang_init(); set_irq_level(0); @@ -203,7 +203,7 @@ void init(void) #endif #endif - i2c_init(); +// i2c_init(); #ifdef HAVE_RTC rtc_init(); @@ -212,16 +212,16 @@ void init(void) adc_init(); - usb_init(); +// usb_init(); backlight_init(); button_init(); - powermgmt_init(); +// powermgmt_init(); #ifdef CONFIG_TUNER - radio_init(); +// radio_init(); #endif #if defined(HAVE_CHARGING) && (CONFIG_CPU == SH7034) |