e_comp_object: remove the unused code 74/298374/2
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 28 Aug 2023 08:08:42 +0000 (17:08 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 6 Sep 2023 07:16:55 +0000 (07:16 +0000)
This code is useless right now.

Change-Id: Icf3ec2406f840fde6f1f12452ac5168b9b328fc8

src/bin/e_comp_object.c

index 26717d2..cdb35a3 100644 (file)
@@ -2742,12 +2742,6 @@ _e_comp_intercept_focus(void *data, Evas_Object *obj, Eina_Bool focus)
           {
              return;
           }
-        if ((!ec->sticky) && (ec->desk) && (!ec->desk->visible))
-          {
-             if (ec->desk->animate_count) return;
-             e_desk_show(ec->desk);
-             if (!ec->desk->visible) return;
-          }
      }
 
    if (focus)