e_client: remove unused client_drag variable 55/295555/1
authorJunseok Kim <juns.kim@samsung.com>
Mon, 10 Jul 2023 05:11:29 +0000 (14:11 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 11 Jul 2023 00:28:25 +0000 (09:28 +0900)
Change-Id: I5f4c641e1822f5fe1b54fe2e88c06620796c803e

src/bin/e_client.c

index aacc5f4..102aee1 100644 (file)
@@ -49,7 +49,6 @@ static E_Client *warp_client = NULL;
 static E_Client *ecmove = NULL;
 static E_Client *ecresize = NULL;
 static E_Client *action_client = NULL;
-static E_Drag *client_drag = NULL;
 
 static Eina_List *focus_stack = NULL;
 static Eina_List *defer_focus_stack = NULL;
@@ -1272,11 +1271,6 @@ _e_client_del(E_Client *ec)
         warp_client = NULL;
      }
 
-   if ((client_drag) && (client_drag->data == ec))
-     {
-        e_object_del(E_OBJECT(client_drag));
-        client_drag = NULL;
-     }
    if (!stopping)
      {
         e_client_comp_hidden_set(ec, 1);