diff --git a/gstreamer-sharp/Object.custom b/gstreamer-sharp/Object.custom index 940ee23ea1..ab8de1cf07 100644 --- a/gstreamer-sharp/Object.custom +++ b/gstreamer-sharp/Object.custom @@ -4,10 +4,3 @@ } - public override void Dispose() { - if(this.Handle != IntPtr.Zero) { - Gst.Object.Unref(this.Handle); - this.Raw = IntPtr.Zero; - } - } -