From 8a611728410bea8aac2b814063e46131dea06d1f Mon Sep 17 00:00:00 2001
From: Jannis Pohlmann <jannis@xfce.org>
Date: Thu, 10 Sep 2009 20:36:15 +0200
Subject: [PATCH] Remove unused variable.

---
 thunar/thunar-tree-model.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/thunar/thunar-tree-model.c b/thunar/thunar-tree-model.c
index a79d8b7ea..ff5fa4b51 100644
--- a/thunar/thunar-tree-model.c
+++ b/thunar/thunar-tree-model.c
@@ -282,7 +282,6 @@ thunar_tree_model_init (ThunarTreeModel *model)
   GList               *volumes;
   GList               *lp;
   GNode               *node;
-  guint                n;
 
   /* generate a unique stamp if we're in debug mode */
 #ifndef NDEBUG
-- 
GitLab