From 8891a9a1b3a24b69489c59347933c6ce85116279 Mon Sep 17 00:00:00 2001 From: Jiyoun Park Date: Mon, 13 Feb 2017 11:25:45 +0900 Subject: [PATCH] ecore_evas: remove useless pending_mode set code this code is redundant. Change-Id: I6e7b17bd889a408836d0a71f0e3d9a2f05c23be7 --- src/lib/ecore_evas/ecore_evas.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/lib/ecore_evas/ecore_evas.c b/src/lib/ecore_evas/ecore_evas.c index 2acdd41..372b7f3 100644 --- a/src/lib/ecore_evas/ecore_evas.c +++ b/src/lib/ecore_evas/ecore_evas.c @@ -2353,17 +2353,6 @@ ecore_evas_aux_hint_add(Ecore_Evas *ee, const char *hint, const char *val) if (iface->aux_hint_add) iface->aux_hint_add(ee, aux->id, hint, val); -// TIZEN_ONLY(20170212): pend rotation until app set rotation -/* This is really hotfix. - * But until the new api is opened, we use aux_hint as pending rotation set - * X don't need the pending rotation. - */ - if(!strncmp(hint, "wm.policy.win.rot.render.nopending", strlen(hint))) - { - ee->prop.wm_rot.pending_mode.app_set = EINA_TRUE; - DBG("PendingRotation: ecore_evas rotation_pending_set sucess"); - } -// return aux->id; } else -- 2.7.4