diff --git a/zsnes/src/dos/zfile.c b/zsnes/src/dos/zfile.c index bd773c05..7a84c0b2 100644 --- a/zsnes/src/dos/zfile.c +++ b/zsnes/src/dos/zfile.c @@ -293,7 +293,6 @@ DWORD ZFileFindEnd() // for compatibility with windows later DWORD GetTime() { - DWORD value; struct tm *newtime; time_t long_time; @@ -309,7 +308,6 @@ DWORD GetTime() DWORD GetDate() { - DWORD value; struct tm *newtime; time_t long_time;