summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-12-16 23:46:12 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-12-16 23:46:12 +0000
commit8f92ab02e16c4d2b613214559651269843da96a8 (patch)
treef8f4f310443cf838191757c80fb161a589ad4734
parent95e6043d5e256df72c20db39c3be59a3ba977b19 (diff)
downloadrockbox-8f92ab02e16c4d2b613214559651269843da96a8.tar.gz
rockbox-8f92ab02e16c4d2b613214559651269843da96a8.zip
Oops. Left some bits I didn't want to keep.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31336 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/lcd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index abe5f74ee1..2d0123cfe3 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -442,15 +442,6 @@ enum {
442}; 442};
443 443
444extern bool lcd_active(void); 444extern bool lcd_active(void);
445
446/* Set the active flag - to be called by target drivers only! */
447extern void lcd_set_active(bool active);
448#else
449/* NULL versions for no sleeping */
450static inline bool lcd_active(void)
451 { return true; }
452static inline void lcd_set_active(bool active)
453 { (void)active; }
454#endif 445#endif
455 446
456#ifdef HAVE_LCD_SHUTDOWN 447#ifdef HAVE_LCD_SHUTDOWN