changeset 238:e4f8a9c1ba26

Drop unused variable.
author zas_
date Thu, 03 Apr 2008 20:46:55 +0000
parents 404629011caa
children cccba3e30a44
files src/editors.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/editors.c	Thu Apr 03 20:45:55 2008 +0000
+++ b/src/editors.c	Thu Apr 03 20:46:55 2008 +0000
@@ -379,8 +379,7 @@
 	const gchar *p = template;
 	GString *result = NULL;
 	gchar *extensions = NULL;
-	GList *work;
-
+	
 	if (output)
 		result = g_string_new("");