eo_mono: remove Efl.Access.Reading_Info_Type_Mask from workaround.cs 81/214481/2
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 23 Sep 2019 08:06:20 +0000 (17:06 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 24 Sep 2019 01:35:43 +0000 (01:35 +0000)
Since Efl.Access.Reading_Info_Type_Mask is defined in
efl_access_object.eo, the previous definition in workaround.cs is
removed.

Change-Id: I080a5c928318a7ba990d76d3e71cb9e831599414

src/bindings/mono/eo_mono/workaround.cs

index 05f9d0f..6aeeb91 100644 (file)
@@ -195,20 +195,6 @@ public delegate IntPtr ReadingInfoCb(System.IntPtr data, ref Efl.Canvas.Object o
 
 public delegate bool GestureCb(System.IntPtr data, ref Efl.Access.GestureInfo info, ref Efl.Canvas.Object obj);
 
-public struct ReadingInfoTypeMask
-{
-    private uint mask;
-
-    public static implicit operator ReadingInfoTypeMask(uint x)
-    {
-        return new ReadingInfoTypeMask{mask=x};
-    }
-    public static implicit operator uint(ReadingInfoTypeMask x)
-    {
-        return x.mask;
-    }
-}
-
 public struct ActionData
 {
     public IntPtr name;