xed-documents-panel: Remove an unused variable

This commit is contained in:
JosephMcc 2016-12-12 02:14:40 -08:00
parent 76ce469bfa
commit 909ea55a7c
1 changed files with 1 additions and 2 deletions

View File

@ -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);