mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 09:32:40 -05:00
removed old statusbar and buttonbar code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e3367212bd
commit
1a1abf25f4
24 changed files with 169 additions and 641 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include "settings.h"
|
||||
#include "power.h"
|
||||
#include "powermgmt.h"
|
||||
#include "status.h"
|
||||
#include "statusbar.h"
|
||||
#include "debug.h"
|
||||
#include "talk.h"
|
||||
#include "icons.h"
|
||||
|
|
@ -155,7 +155,7 @@ bool sleeptimer_screen(void)
|
|||
}
|
||||
}
|
||||
|
||||
status_draw(true);
|
||||
gui_syncstatusbar_draw(&statusbars, true);
|
||||
|
||||
lcd_update();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue