don't have to hook the ecore_evas resize callback here as that should

be handled by elm now

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-03-08 16:09:17 -05:00
parent 8ca293423a
commit d49f60dd8a
Notes: Mike Blumenkrantz 2016-04-26 09:32:01 -04:00
last backport before 20.6
1 changed files with 0 additions and 8 deletions

View File

@ -91,12 +91,6 @@ end:
return ECORE_CALLBACK_PASS_ON;
}
static void
_e_mod_drm_cb_ee_resize(Ecore_Evas *ee EINA_UNUSED)
{
e_comp_canvas_update();
}
static Ecore_Drm_Output_Mode *
_e_mod_drm_mode_screen_find(E_Randr2_Screen *s, Ecore_Drm_Output *output)
{
@ -766,8 +760,6 @@ e_modapi_init(E_Module *m)
/* get the current screen geometry */
ecore_evas_screen_geometry_get(e_comp->ee, NULL, NULL, &w, &h);
ecore_evas_callback_resize_set(e_comp->ee, _e_mod_drm_cb_ee_resize);
e_comp->screen = &drmiface;
if (!e_comp_wl_init()) return NULL;