generator: drop unneeded parameter in WriteLine() call

This commit is contained in:
Andrés G. Aragoneses 2013-10-21 17:10:11 +02:00
parent b13d51a32d
commit fcc775d658

View File

@ -160,7 +160,7 @@ namespace GtkSharp.Generation {
void GenerateCtors (StreamWriter sw)
{
// Native GObjects do not implement the *Implementor interfaces
sw.WriteLine ("\t\tGLib.Object implementor;", Name);
sw.WriteLine ("\t\tGLib.Object implementor;");
sw.WriteLine ();
if (!IsConsumeOnly) {