csharp: Remove uneeded legacy event declaration.

Reviewers: cedric, vitor.sousa

Reviewed By: vitor.sousa

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8330
This commit is contained in:
Lauro Moura 2019-03-15 10:52:41 +01:00 committed by Xavi Artigas
parent 9c99397cda
commit 6bd7e36c87
1 changed files with 0 additions and 4 deletions

View 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;