mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Cleanup unused variable warning
This commit is contained in:
parent
4ccfc1af02
commit
3404f7a495
@ -166,7 +166,6 @@ static void get_title(const char *label, const char *dir,
|
|||||||
static void disp_timedate_set_label(char *label, size_t label_size,
|
static void disp_timedate_set_label(char *label, size_t label_size,
|
||||||
unsigned time_mode)
|
unsigned time_mode)
|
||||||
{
|
{
|
||||||
char datetime[PATH_MAX_LENGTH];
|
|
||||||
time_t time_;
|
time_t time_;
|
||||||
time(&time_);
|
time(&time_);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user