diff src/rcfile.c @ 250:22ed43d4c849

Drop a bunch of unused variables.
author zas_
date Thu, 03 Apr 2008 22:20:42 +0000
parents 3c89da4aef95
children a9adf9e1a746
line wrap: on
line diff
--- a/src/rcfile.c	Thu Apr 03 22:14:37 2008 +0000
+++ b/src/rcfile.c	Thu Apr 03 22:20:42 2008 +0000
@@ -90,8 +90,7 @@
 gchar *escquote_value(const gchar *text)
 {
 	gchar *e;
-	gchar *retval;
-
+	
 	if (!text) return g_strdup("\"\"");
 
 	e = g_strescape(text, "");