e_client: remove the shelf_fix 78/293578/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 10 May 2023 06:37:19 +0000 (15:37 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 31 May 2023 08:29:26 +0000 (17:29 +0900)
It is deprecated.

Change-Id: I3d11ea66ae7e132d94102f0486becc0ea219043f

src/bin/e_client.c
src/bin/e_client.h

index 45b7199..0a6df0f 100644 (file)
@@ -1571,9 +1571,6 @@ _e_client_move_handle(E_Client *ec)
    if (ec->floating)
      _e_client_stay_within_canvas_margin(ec, x, y, &x, &y);
 
-   ec->shelf_fix.x = 0;
-   ec->shelf_fix.y = 0;
-   ec->shelf_fix.modified = 0;
    evas_object_move(ec->frame, x, y);
 
    if (e_client_transform_core_enable_get(ec))
index e972ae1..9563357 100644 (file)
@@ -829,12 +829,6 @@ struct E_Client
 
    unsigned char      icon_preference;
 
-   struct
-   {
-      int x, y;
-      int modified;
-   } shelf_fix;
-
    Eina_List       *pending_resize;
 
    struct