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:
William Wilgus 2025-01-21 18:38:01 -05:00 committed by William Wilgus
parent 2debcf2c1f
commit db477bdeda
3 changed files with 4 additions and 5 deletions

View file

@ -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 */