e_client: remove unused event emit on e_client_idler_before
authorJunseok Kim <juns.kim@samsung.com>
Thu, 15 Jun 2023 08:00:47 +0000 (17:00 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Thu, 29 Jun 2023 02:29:04 +0000 (11:29 +0900)
remove unused event that E_EVENT_CLIENT_PROPRERTY with
E_CLIENT_PROPERTY_TITLE property.

Change-Id: Iebd1275611beb751524d6b6eed6324a401256229

src/bin/e_client.c

index 7cb5091..b9490f6 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)
           {