summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ralls <jralls@ceridwen.us>2023-05-09 13:58:22 -0700
committerJohn Ralls <jralls@ceridwen.us>2023-05-09 13:58:22 -0700
commitacb183ef7cad875c4b0806a8dd6690f3d7ee784b (patch)
treec02c6c4c1b850dc3e4973358619578e6016a2572
parentddf984f42c42d25b35ce6e2a49bab112053cb7ab (diff)
downloadgtk+-acb183ef7cad875c4b0806a8dd6690f3d7ee784b.tar.gz
[quartz] Remove unused variable.
-rw-r--r--gdk/quartz/gdkdisplay-quartz.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/quartz/gdkdisplay-quartz.c b/gdk/quartz/gdkdisplay-quartz.c
index 3ace0170be..711c47b751 100644
--- a/gdk/quartz/gdkdisplay-quartz.c
+++ b/gdk/quartz/gdkdisplay-quartz.c
@@ -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)
{