diff --git a/desmume/src/frontend/posix/gtk/main.cpp b/desmume/src/frontend/posix/gtk/main.cpp index e5d7d3a91..d8123a01b 100644 --- a/desmume/src/frontend/posix/gtk/main.cpp +++ b/desmume/src/frontend/posix/gtk/main.cpp @@ -3477,7 +3477,6 @@ static void DoQuit(GSimpleAction *action, GVariant *parameter, gpointer user_dat gboolean EmuLoop(gpointer data) { static Uint32 fps_SecStart, next_fps_SecStart, fps_FrameCount, skipped_frames; - static int last_tick; static unsigned next_frame_time; static int frame_mod3; unsigned int i;