[quartz] Remove unused variable.
authorJohn Ralls <jralls@ceridwen.us>
Tue, 9 May 2023 20:58:22 +0000 (13:58 -0700)
committerJohn Ralls <jralls@ceridwen.us>
Tue, 9 May 2023 20:58:22 +0000 (13:58 -0700)
gdk/quartz/gdkdisplay-quartz.c

index 3ace0170bee17df5bc2953ffd78d44ef876498df..711c47b751a1478686cf7cf3e627a9dce5bf735c 100644 (file)
@@ -130,7 +130,6 @@ gdk_quartz_display_frame_cb (gpointer data)
   GdkQuartzDisplay *display_quartz = data;
   GSList *iter, **last_next = NULL;
   gint64 presentation_time;
-  gint64 now;
 
   source = (GdkDisplayLinkSource *)display_quartz->frame_source;
 
@@ -144,7 +143,6 @@ gdk_quartz_display_frame_cb (gpointer data)
     }
 
   presentation_time = source->presentation_time;
-  now = g_source_get_time (display_quartz->frame_source);
 
   for (; iter != NULL; iter = iter->next)
     {