From 398ef4821b3700a0f423c67b8234232f435c22b8 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Thu, 30 Aug 2012 14:39:55 +0200 Subject: [PATCH] Drop unused variables. --- src/view_file_list.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/view_file_list.c b/src/view_file_list.c index 06edf9fb..a230921e 100644 --- a/src/view_file_list.c +++ b/src/view_file_list.c @@ -257,8 +257,6 @@ static void vflist_dnd_get(GtkWidget *widget, GdkDragContext *context, { ViewFile *vf = data; GList *list = NULL; - gchar *uri_text = NULL; - gint total; if (!VFLIST(vf)->click_fd) return; -- 2.20.1