remove a cwl

svn path=/trunk/gtk-sharp/; revision=44407
This commit is contained in:
Mike Kestner 2005-05-11 18:24:31 +00:00
parent 8ccfd329dc
commit a900916eab

View File

@ -69,7 +69,6 @@ private static void Widget_ParentSet (IntPtr raw, IntPtr prev, IntPtr data)
ParentedWidgets.Remove (w);
else
ParentedWidgets[w] = w;
Console.WriteLine ("Parenting " + w + " at " + raw);
}
[DllImport("gtksharpglue-2")]