1
0
Fork 0
forked from len0rd/rockbox

revert the last commit... setting wasnt worth the space

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12874 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-03-21 07:26:07 +00:00
parent a5c5bd3831
commit e4689fd18e
5 changed files with 5 additions and 32 deletions

View file

@ -609,17 +609,10 @@ int plugin_load(const char* plugin, void* parameter)
#endif
invalidate_icache();
#if CONFIG_BACKLIGHT
if (global_settings.backlight_in_plugins == 1)
backlight_set_timeout(1);
#endif
rc = hdr->entry_point((struct plugin_api*) &rockbox_api, parameter);
/* explicitly casting the pointer here to avoid touching every plugin. */
#if CONFIG_BACKLIGHT
if (global_settings.backlight_in_plugins == 1)
backlight_set_timeout(global_settings.backlight_timeout);
#endif
button_clear_queue();
#ifdef HAVE_LCD_BITMAP