Remove unnecessary DllImport

This commit is contained in:
Maarten Bosmans 2009-12-05 22:18:04 +01:00 committed by Sebastian Dröge
parent 593a106149
commit 373f37169d

View file

@ -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));