elm_map: remove unreasonable efl_super call

Summary:
Efl_Ui_Widget which is super of Elm_Map is not implement Efl_Ui_Zoom. to call
efl_super of Elm_Map for Efl_Ui_Zoom method occurs unresolved function error.

Test Plan:
map_example_01

Check that there is no error message.

Reviewers: zmike, Hermet

Reviewed By: Hermet

Subscribers: #reviewers, cedric, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6772
This commit is contained in:
Yeongjong Lee 2018-08-08 16:11:02 +09:00 committed by Hermet Park
parent c0ee322aba
commit 5f65316713
1 changed files with 0 additions and 2 deletions

View File

@ -4324,7 +4324,6 @@ _elm_map_efl_ui_zoom_zoom_level_set(Eo *obj, Elm_Map_Data *sd, double zoom)
sd->calc_job.zoom_mode_set = _zoom_mode_set;
evas_object_smart_changed(sd->pan_obj);
efl_ui_zoom_level_set(efl_super(obj, MY_CLASS), zoom);
}
EAPI void
@ -4355,7 +4354,6 @@ _elm_map_efl_ui_zoom_zoom_mode_set(Eo *obj, Elm_Map_Data *sd, Efl_Ui_Zoom_Mode m
sd->calc_job.zoom_mode_set = _zoom_mode_set;
evas_object_smart_changed(sd->pan_obj);
efl_ui_zoom_mode_set(efl_super(obj, MY_CLASS), mode);
}
static inline void