diff src/view_dir_tree.c @ 250:22ed43d4c849

Drop a bunch of unused variables.
author zas_
date Thu, 03 Apr 2008 22:20:42 +0000
parents f6e307c7bad6
children 9995c5fb202a
line wrap: on
line diff
--- a/src/view_dir_tree.c	Thu Apr 03 22:14:37 2008 +0000
+++ b/src/view_dir_tree.c	Thu Apr 03 22:20:42 2008 +0000
@@ -551,7 +551,6 @@
 			   guint time, gpointer data)
 {
 	ViewDirTree *vdt = data;
-	gchar *path;
 	GList *list;
 	gchar *uri_text = NULL;
 	gint length = 0;
@@ -1073,7 +1072,6 @@
 		if (target_path[n] == '/' && target_path[n+1] == '.')
 			{
 			gchar *name8;
-			gchar *namel;
 			struct stat sbuf;
 
 			n++;