From: Laurent Monin Date: Thu, 30 Aug 2012 12:39:55 +0000 (+0200) Subject: Drop unused variables. X-Git-Tag: v1.2~69 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=398ef4821b3700a0f423c67b8234232f435c22b8 Drop unused variables. --- 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;