From e44372ef18cbf30f0e174ed76be4ee4e6206f2cc Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 26 Jul 2005 20:01:11 +0000 Subject: Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7242 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/backlight.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/export/backlight.h') diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h index 8d1b56c..b2a2448 100644 --- a/firmware/export/backlight.h +++ b/firmware/export/backlight.h @@ -30,9 +30,6 @@ void backlight_set_timeout(int index); #if CONFIG_BACKLIGHT == BL_IRIVER void backlight_set_fade_in(int index); void backlight_set_fade_out(int index); -void backlight_allow_timer(bool on); -#else -#define backlight_allow_timer(on) #endif bool backlight_get_on_when_charging(void); void backlight_set_on_when_charging(bool yesno); -- cgit v1.1