remove tdm_hwc_window_set_zpos
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 2 Feb 2018 10:25:43 +0000 (19:25 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 2 Feb 2018 11:50:24 +0000 (20:50 +0900)
Change-Id: Idfc712839ca665cb00469f12bd3559c3d2eff53a

src/bin/e_hwc_window.c

index a4f082cae4f362688c6127aec4e3586ec60e58a8..55f25f5d058eae1fd89632af3bc91fd322ae0bf9 100644 (file)
@@ -1222,10 +1222,6 @@ e_hwc_window_compsition_update(E_Hwc_Window *hwc_window)
    thwc_window = hwc_window->thwc_window;
    EINA_SAFETY_ON_NULL_RETURN_VAL(thwc_window, EINA_FALSE);
 
-   /* set zpos */
-   error = tdm_hwc_window_set_zpos(thwc_window, hwc_window->zpos);
-   EINA_SAFETY_ON_TRUE_RETURN_VAL(error != TDM_ERROR_NONE, EINA_FALSE);
-
    /* set composition type */
    composition_type = _get_composition_type(hwc_window->state);
    error = tdm_hwc_window_set_composition_type(hwc_window->thwc_window, composition_type);