summaryrefslogtreecommitdiff
path: root/uisimulator/common/backlight-sim.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:32:50 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:32:50 +0000
commit351c8b257381cefc14b86b4d5de9eb93390f4de4 (patch)
treea0f4eeaffdf3acac3c3a3731d3fb287aabdd8fa9 /uisimulator/common/backlight-sim.h
parent6ab12df1534999b6f4de723335e4fbb42c55be2c (diff)
downloadrockbox-351c8b257381cefc14b86b4d5de9eb93390f4de4.tar.gz
rockbox-351c8b257381cefc14b86b4d5de9eb93390f4de4.zip
move _remote_backlight_* to common header
remove unused REMOTE_INIT_LCD / REMOTE_DEINIT_LCD git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31607 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/backlight-sim.h')
-rw-r--r--uisimulator/common/backlight-sim.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/uisimulator/common/backlight-sim.h b/uisimulator/common/backlight-sim.h
index b5b8ef2a3c..4a97752f75 100644
--- a/uisimulator/common/backlight-sim.h
+++ b/uisimulator/common/backlight-sim.h
@@ -39,11 +39,5 @@ void _buttonlight_set_brightness(int val);
39#endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */ 39#endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */
40#endif /* HAVE_BUTTON_LIGHT */ 40#endif /* HAVE_BUTTON_LIGHT */
41 41
42#ifdef HAVE_REMOTE_LCD
43void _remote_backlight_on(void);
44void _remote_backlight_off(void);
45#endif /* HAVE_REMOTE_LCD */
46
47
48#endif /* BACKLIGHT_SIM_H */ 42#endif /* BACKLIGHT_SIM_H */
49 43