Remove unnecessary DllImport
This commit is contained in:
parent
593a106149
commit
373f37169d
@ -301,9 +301,6 @@ namespace Gst {
|
|||||||
return gtype;
|
return gtype;
|
||||||
}
|
}
|
||||||
|
|
||||||
[DllImport ("glibsharpglue-2") ]
|
|
||||||
static extern IntPtr gtksharp_register_type (IntPtr name, IntPtr parent_type);
|
|
||||||
|
|
||||||
protected GType LookupGType () {
|
protected GType LookupGType () {
|
||||||
if (Handle != IntPtr.Zero) {
|
if (Handle != IntPtr.Zero) {
|
||||||
GTypeInstance obj = (GTypeInstance) Marshal.PtrToStructure (Handle, typeof (GTypeInstance));
|
GTypeInstance obj = (GTypeInstance) Marshal.PtrToStructure (Handle, typeof (GTypeInstance));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user