From 8f92ab02e16c4d2b613214559651269843da96a8 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 16 Dec 2011 23:46:12 +0000 Subject: 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 --- firmware/export/lcd.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'firmware') 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 { }; extern bool lcd_active(void); - -/* Set the active flag - to be called by target drivers only! */ -extern void lcd_set_active(bool active); -#else -/* NULL versions for no sleeping */ -static inline bool lcd_active(void) - { return true; } -static inline void lcd_set_active(bool active) - { (void)active; } #endif #ifdef HAVE_LCD_SHUTDOWN -- cgit v1.2.3