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 committed by Mike Blumenkrantz
parent 4a408dfdbc
commit 32921f57f3
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)
{
@ -711,8 +705,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;