forked from len0rd/rockbox
Don't need to remove the backdrop for all plugins - leave it up for some.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11526 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9b0ef15c0d
commit
d6b0c97312
29 changed files with 39 additions and 33 deletions
|
|
@ -3101,11 +3101,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
|||
|
||||
draw_extras(year, day, month, temphour, minute, second);
|
||||
|
||||
#if (CONFIG_KEYPAD == IPOD_4G_PAD)
|
||||
rb->lcd_drawline (113, 0, 113, 65);
|
||||
rb->lcd_drawline (0, 65, 113, 65);
|
||||
#endif
|
||||
|
||||
if(!idle_poweroff)
|
||||
rb->reset_poweroff_timer();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue