Cleanup unused variable warning

This commit is contained in:
Twinaphex 2015-01-17 04:52:31 +01:00
parent 4ccfc1af02
commit 3404f7a495

View File

@ -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,
unsigned time_mode)
{
char datetime[PATH_MAX_LENGTH];
time_t time_;
time(&time_);