e_client: removed a dead code 13/199513/1
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 12 Feb 2019 09:20:54 +0000 (18:20 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 12 Feb 2019 09:20:54 +0000 (18:20 +0900)
Change-Id: Idb43156c53deab4640fe3e87f70685d54982407c

src/bin/e_client.c

index b87ad384959c032ca861598395bf3d862932978b..92789877c6187fec9f4716e9f9cae514a971db08 100644 (file)
@@ -3383,7 +3383,6 @@ _e_client_focus_calculate(E_Zone *zone)
      {
         if (!eina_list_data_find(defer_focus_stack, ec)) continue;
 
-        if (!ec) continue;
         if (e_object_is_del(E_OBJECT(ec))) continue;
         if (e_client_util_ignored_get(ec)) continue;
         if (ec->zone != zone) continue;