csharp: Remove uneeded legacy event declaration.
authorLauro Moura <lauromoura@expertisesolutions.com.br>
Fri, 15 Mar 2019 09:52:41 +0000 (10:52 +0100)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
Reviewers: cedric, vitor.sousa

Reviewed By: vitor.sousa

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8330

src/bindings/mono/eo_mono/iwrapper.cs

index 744421503b45205b276a71e6fbbe1cfb668317bd..001c8f0cc78d62d73ec52b15a5c08229c39f38f3 100644 (file)
@@ -180,10 +180,6 @@ public class Globals {
               IntPtr desc,
               Efl.EventCb cb,
               System.IntPtr data);
-    public delegate  IntPtr
-        efl_object_legacy_only_event_description_get_delegate([MarshalAs(UnmanagedType.LPStr)] String name);
-    [DllImport(efl.Libs.Eo)] public static extern IntPtr
-        efl_object_legacy_only_event_description_get([MarshalAs(UnmanagedType.LPStr)] String name);
 
     public const int RTLD_NOW = 2;