mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 01:16:58 +00:00
remove a C.WL, oops
svn path=/trunk/gtk-sharp/; revision=119652
This commit is contained in:
parent
8d6e58e175
commit
84a63992fd
|
@ -53,7 +53,6 @@ namespace GLib {
|
||||||
void Unref ()
|
void Unref ()
|
||||||
{
|
{
|
||||||
if (--ref_count == 0) {
|
if (--ref_count == 0) {
|
||||||
Console.WriteLine ("Killing ManagedValue for " + instance);
|
|
||||||
instance = null;
|
instance = null;
|
||||||
gch.Free ();
|
gch.Free ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue