From 909ea55a7ca059c03c531e3d7816b67ce28d1a85 Mon Sep 17 00:00:00 2001 From: JosephMcc Date: Mon, 12 Dec 2016 02:14:40 -0800 Subject: [PATCH] xed-documents-panel: Remove an unused variable --- xed/xed-documents-panel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xed/xed-documents-panel.c b/xed/xed-documents-panel.c index 98aaa08..8f3aff4 100644 --- a/xed/xed-documents-panel.c +++ b/xed/xed-documents-panel.c @@ -482,7 +482,7 @@ menu_position (GtkMenu *menu, { GtkTreePath *path; GdkRectangle rect; - gint wx, wy; + gint wy; GtkAllocation allocation; GtkRequisition requisition; GtkWidget *w; @@ -495,7 +495,6 @@ menu_position (GtkMenu *menu, gtk_tree_view_get_cell_area (GTK_TREE_VIEW (w), path, NULL, &rect); - wx = rect.x; wy = rect.y; gdk_window_get_origin (gtk_widget_get_window (w), x, y);