From a7f4e1f1c51c6f99d17eb25dbdd57a78af4cb0e1 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 29 Apr 2009 22:24:40 +0000 Subject: Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20829 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'uisimulator/common/stubs.c') diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 5d3c54a8d0..1d0d6c51d8 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -202,19 +202,6 @@ bool headphones_inserted(void) } #endif -#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP) -bool lcd_active(void) -{ - return true; -} -#endif - -#ifdef HAVE_LCD_SLEEP -void lcd_sleep(void) -{ -} -#endif - #ifdef HAVE_SPDIF_POWER void spdif_power_enable(bool on) { -- cgit v1.2.3