e_client: remove unused event emit on e_client_idler_before 82/294882/1
authorJunseok Kim <juns.kim@samsung.com>
Thu, 15 Jun 2023 08:00:47 +0000 (17:00 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 28 Jun 2023 07:11:08 +0000 (16:11 +0900)
remove unused event that E_EVENT_CLIENT_PROPRERTY with
E_CLIENT_PROPERTY_TITLE property.

Change-Id: Iebd1275611beb751524d6b6eed6324a401256229

src/bin/e_client.c

index 7cb5091536712aee17c238a1f21c55547388c406..b9490f61982a5001451bb70281e137a2690bcdaf 100644 (file)
@@ -4238,7 +4238,6 @@ e_client_idler_before(void)
 
    EINA_LIST_FOREACH(e_comp->clients, l, ec)
      {
-        Eina_Stringshare *title;
         int client_type;
 
         // pass 1 - eval0. fetch properties on new or on change and
@@ -4247,10 +4246,7 @@ e_client_idler_before(void)
 
         if (!_e_client_hook_call(E_CLIENT_HOOK_EVAL_PRE_FETCH, ec)) continue;
         /* FETCH is hooked by the compositor to get client hints */
-        title = e_client_util_name_get(ec);
         if (!_e_client_hook_call(E_CLIENT_HOOK_EVAL_FETCH, ec)) continue;
-        if (title != e_client_util_name_get(ec))
-          _e_client_event_property(ec, E_CLIENT_PROPERTY_TITLE);
 
         if (ec->new_client)
           {