Remove unused variable.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2056 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2007-11-18 17:40:08 +00:00
parent 92a7cff5e6
commit fe50d70430

View File

@ -109,7 +109,6 @@ static gboolean find_subdir(const gchar* filename, const gchar *subdir)
gboolean ret = FALSE;
gchar *base;
gchar *gitdir;
gchar *tmp;
gchar *base_prev = g_strdup(":");
if (g_file_test(filename, G_FILE_TEST_IS_DIR))