summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-03-30 01:19:34 +0200
committerPablo Barciela <[email protected]>2018-03-30 01:19:34 +0200
commit414fdf7c8a642ef51fa71aecbc742f55a20deb86 (patch)
tree2d0cdf5d124ff3819dcf566055df6c3e00571e30
parent844df9dd5879bf782dd8165cf67a6070932e529e (diff)
downloadcaja-414fdf7c8a642ef51fa71aecbc742f55a20deb86.tar.bz2
caja-414fdf7c8a642ef51fa71aecbc742f55a20deb86.tar.xz
fm-tree-view.c: drop unused variable
Fixes https://github.com/mate-desktop/caja/pull/956#issuecomment-377222055
-rw-r--r--src/file-manager/fm-tree-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/fm-tree-view.c b/src/file-manager/fm-tree-view.c
index b5fb8215..96c465aa 100644
--- a/src/file-manager/fm-tree-view.c
+++ b/src/file-manager/fm-tree-view.c
@@ -1245,7 +1245,7 @@ popup_menu_deactivated (GtkMenuShell *menu_shell, gpointer data)
static void
create_popup_menu (FMTreeView *view)
{
- GtkWidget *popup, *menu_item, *menu_image;
+ GtkWidget *popup, *menu_item;
if (view->details->popup != NULL)
{