changeset 2137:88862d38ccd6

Drop unused variables.
author Laurent Monin <zas@norz.org>
date Thu, 30 Aug 2012 14:39:55 +0200
parents a017c4968509
children d1f3976e317a
files src/view_file_list.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/view_file_list.c	Thu Aug 30 14:39:33 2012 +0200
+++ b/src/view_file_list.c	Thu Aug 30 14:39:55 2012 +0200
@@ -257,8 +257,6 @@
 {
 	ViewFile *vf = data;
 	GList *list = NULL;
-	gchar *uri_text = NULL;
-	gint total;
 
 	if (!VFLIST(vf)->click_fd) return;