diff --git a/gstreamer-sharp/MiniObject.cs b/gstreamer-sharp/MiniObject.cs index b0caca2a75..cc04b1cc5b 100644 --- a/gstreamer-sharp/MiniObject.cs +++ b/gstreamer-sharp/MiniObject.cs @@ -301,9 +301,6 @@ namespace Gst { return gtype; } - [DllImport ("glibsharpglue-2") ] - static extern IntPtr gtksharp_register_type (IntPtr name, IntPtr parent_type); - protected GType LookupGType () { if (Handle != IntPtr.Zero) { GTypeInstance obj = (GTypeInstance) Marshal.PtrToStructure (Handle, typeof (GTypeInstance));