Revision: 2146 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2146&view=re... Author: frlan Date: 2011-08-15 06:54:44 +0000 (Mon, 15 Aug 2011)
Log Message: ----------- Tableconvert: Remove unused variable
Modified Paths: -------------- trunk/geany-plugins/tableconvert/src/tableconvert.c
Modified: trunk/geany-plugins/tableconvert/src/tableconvert.c =================================================================== --- trunk/geany-plugins/tableconvert/src/tableconvert.c 2011-08-15 06:54:24 UTC (rev 2145) +++ trunk/geany-plugins/tableconvert/src/tableconvert.c 2011-08-15 06:54:44 UTC (rev 2146) @@ -50,7 +50,6 @@ guint i; guint j; GString *replacement_str = NULL; - //gchar *replacement = NULL;
/* Adding header to replacement */ replacement_str = g_string_new("<table>\n");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.