mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
settings.c make lasttime static
statusbar can use reset_runtime() and we can ensure topruntime gets updated before clear Change-Id: I3712649fc394c42f911ec88404c831422872c25b
This commit is contained in:
parent
2debcf2c1f
commit
db477bdeda
3 changed files with 4 additions and 5 deletions
|
|
@ -914,8 +914,6 @@ struct user_settings
|
|||
bool playback_log; /* ROCKBOX_DIR/playback.log for tracks played */
|
||||
};
|
||||
|
||||
/** global variables **/
|
||||
extern long lasttime;
|
||||
/* global settings */
|
||||
extern struct user_settings global_settings;
|
||||
/* global status */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue