From 351c8b257381cefc14b86b4d5de9eb93390f4de4 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 7 Jan 2012 19:32:50 +0000 Subject: 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 --- uisimulator/common/backlight-sim.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'uisimulator/common/backlight-sim.h') 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); #endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */ #endif /* HAVE_BUTTON_LIGHT */ -#ifdef HAVE_REMOTE_LCD -void _remote_backlight_on(void); -void _remote_backlight_off(void); -#endif /* HAVE_REMOTE_LCD */ - - #endif /* BACKLIGHT_SIM_H */ -- cgit v1.2.3