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 9563357..f442a9f 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
@@ -423,12 +423,6 @@ struct E_Client
 
    struct
    {
-      Eina_Bool mapping_change : 1;
-      Eina_Bool iconic_shading : 1;
-   } hacks;
-
-   struct
-   {
       unsigned char changed : 1;
       unsigned char user_selected : 1;
       Eina_Stringshare *name;
@@ -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