diff options
Diffstat (limited to 'lib/efl/native/elm/elm_mirroring.rb')
-rw-r--r-- | lib/efl/native/elm/elm_mirroring.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_mirroring.rb b/lib/efl/native/elm/elm_mirroring.rb index 6e59752..12a1531 100644 --- a/lib/efl/native/elm/elm_mirroring.rb +++ b/lib/efl/native/elm/elm_mirroring.rb @@ -23,10 +23,6 @@ module Efl # # FUNCTIONS fcts = [ - # EAPI Eina_Bool elm_mirrored_get(void); - [ :elm_mirrored_get, [ ], :bool ], - # EAPI void elm_mirrored_set(Eina_Bool mirrored); - [ :elm_mirrored_set, [ :bool ], :void ], # EAPI Eina_Bool elm_object_mirrored_get(const Evas_Object *obj); [ :elm_object_mirrored_get, [ :evas_object ], :bool ], # EAPI void elm_object_mirrored_set(Evas_Object *obj, Eina_Bool mirrored); |