comparison src/editors.c @ 238:e4f8a9c1ba26

Drop unused variable.
author zas_
date Thu, 03 Apr 2008 20:46:55 +0000
parents 404629011caa
children 9faf34f047b1
comparison
equal deleted inserted replaced
237:404629011caa 238:e4f8a9c1ba26
377 { 377 {
378 gint flags = 0; 378 gint flags = 0;
379 const gchar *p = template; 379 const gchar *p = template;
380 GString *result = NULL; 380 GString *result = NULL;
381 gchar *extensions = NULL; 381 gchar *extensions = NULL;
382 GList *work; 382
383
384 if (output) 383 if (output)
385 result = g_string_new(""); 384 result = g_string_new("");
386 385
387 if (!template || template[0] == '\0') 386 if (!template || template[0] == '\0')
388 { 387 {