e_client: remove the unused variables 79/293579/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 10 May 2023 06:01:10 +0000 (15:01 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 31 May 2023 08:29:26 +0000 (17:29 +0900)
Change-Id: Ia207cf01a2879c3e840a7ee641c02661c68673fe

src/bin/e_client.h

index 95633574069ec3e688fae6a92c5e6156c33c06e2..f442a9f45cc6f3aad25a78572a1545ba55f02766 100644 (file)
@@ -363,7 +363,7 @@ struct E_Client
    EINA_INLIST;
 
    E_Pixmap *pixmap;
-   int depth;
+
    int x, y, w, h; //frame+client geom
    struct {
       int x, y, w, h; //frame+client geom before move or resize callback
@@ -421,12 +421,6 @@ struct E_Client
    unsigned char      ignore_first_unmap;
    E_Pointer_Mode     resize_mode;
 
-   struct
-   {
-      Eina_Bool mapping_change : 1;
-      Eina_Bool iconic_shading : 1;
-   } hacks;
-
    struct
    {
       unsigned char changed : 1;
@@ -814,21 +808,14 @@ struct E_Client
    unsigned int       lock_close : 1; /*DONE*/
    unsigned int       lock_focus_in : 1; /*DONE*/
    unsigned int       lock_focus_out : 1; /*DONE*/
-   unsigned int       lock_life : 1; /*DONE*/
-
-   unsigned int       stolen : 1;
 
    unsigned int       internal : 1;
-   unsigned int       internal_no_remember : 1; /* TODO: should be removed */
-   unsigned int       internal_no_reopen : 1;
    Eina_Bool          dead : 1;
 
    double             ping;
 
    unsigned char      changed : 1;
 
-   unsigned char      icon_preference;
-
    Eina_List       *pending_resize;
 
    struct