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 45b719933de799a41339b2dd85df6a44330102d6..0a6df0f1ea85ac868fbb35e4e8f62afb2cccf9c8 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 e972ae18dda680998ad364ce17210bdd0af5f7ec..95633574069ec3e688fae6a92c5e6156c33c06e2 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