mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +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;
|
||||
}
|
||||
|
||||
[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));
|
||||
|
|
Loading…
Reference in a new issue