summaryrefslogtreecommitdiff
path: root/pluma/pluma-documents-panel.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-01-03 03:06:30 +0100
committerPablo Barciela <[email protected]>2018-01-03 15:01:56 +0100
commit8b6bae32d3bc41657da2361452ab00617319cf58 (patch)
treec7ca0c91bd242c1fb2417028921e17fa5579de35 /pluma/pluma-documents-panel.c
parentc21063bdc1e7cf120c51a6308ea268a985925cf7 (diff)
downloadpluma-8b6bae32d3bc41657da2361452ab00617319cf58.tar.bz2
pluma-8b6bae32d3bc41657da2361452ab00617319cf58.tar.xz
drop unused variables
Diffstat (limited to 'pluma/pluma-documents-panel.c')
-rw-r--r--pluma/pluma-documents-panel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pluma/pluma-documents-panel.c b/pluma/pluma-documents-panel.c
index 68a6a5d6..62ded929 100644
--- a/pluma/pluma-documents-panel.c
+++ b/pluma/pluma-documents-panel.c
@@ -515,7 +515,7 @@ menu_position (GtkMenu *menu,
{
GtkTreePath *path;
GdkRectangle rect;
- gint wx, wy;
+ gint wy;
GtkAllocation allocation;
GtkRequisition requisition;
GtkWidget *w;
@@ -531,7 +531,6 @@ menu_position (GtkMenu *menu,
NULL,
&rect);
- wx = rect.x;
wy = rect.y;
gdk_window_get_origin (gtk_widget_get_window (w), x, y);