mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
Remove unnecessary DllImport
This commit is contained in:
parent
593a106149
commit
373f37169d
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue