From: JunsuChoi Date: Mon, 28 Jan 2019 10:56:12 +0000 (+0900) Subject: eext_floatingbutton: remove unused function. X-Git-Tag: submit/tizen/20190128.112154^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4193bd331b858dc0d2f8743f8f72401efe0defbb;p=platform%2Fcore%2Fuifw%2Fefl-ext.git eext_floatingbutton: remove unused function. mirrored_get/set is unused. Change-Id: Id3dae7a96ad8966fd6e5cb61a84bbcfefa786756 --- diff --git a/src/mobile/eext_floatingbutton.c b/src/mobile/eext_floatingbutton.c index 351a75e..b0a465f 100644 --- a/src/mobile/eext_floatingbutton.c +++ b/src/mobile/eext_floatingbutton.c @@ -683,18 +683,6 @@ _eext_floatingbutton_efl_access_component_extents_get(const Eo *obj EINA_UNUSED, return r; } -EOLIAN static Eina_Bool -_eext_floatingbutton_efl_ui_i18n_mirrored_get(const Eo *obj EINA_UNUSED, Eext_Floatingbutton_Data *sd EINA_UNUSED) -{ - return EINA_FALSE; -} - -EOLIAN static void -_eext_floatingbutton_efl_ui_i18n_mirrored_set(Eo *obj EINA_UNUSED, Eext_Floatingbutton_Data *sd EINA_UNUSED, Eina_Bool mirrored EINA_UNUSED) -{ - -} - #include "eext_floatingbutton.eo.c" diff --git a/src/mobile/eext_floatingbutton.eo b/src/mobile/eext_floatingbutton.eo index 9dd0a21..f660467 100644 --- a/src/mobile/eext_floatingbutton.eo +++ b/src/mobile/eext_floatingbutton.eo @@ -109,7 +109,6 @@ class Eext.Floatingbutton extends Efl.Ui.Layout implements Efl.Access.Component class.constructor; Efl.Object.constructor; Efl.Object.destructor; - Efl.Ui.I18n.mirrored { get; set; } Efl.Ui.Widget.theme_apply; Efl.Access.Component.extents { get; } Efl.Part.part_get;