From 46183e821542dbf24fe7aa00a03617aa82ed4135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Mon, 25 Jun 2012 23:06:31 +0200 Subject: [PATCH] window.h: Remove unused variables from WWindow struct The variables waiting_save_ack, dragged_while_fmaximized, buttons_dont_fit, rebuild_texture and needs_full_repaint are not used, so they can be removed. --- src/window.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/window.h b/src/window.h index dfe53b66..99e1c243 100644 --- a/src/window.h +++ b/src/window.h @@ -264,11 +264,6 @@ typedef struct WWindow { app */ unsigned int is_dockapp:1; /* 1 if the window belongs to a DockApp */ - unsigned int buttons_dont_fit:1; - unsigned int rebuild_texture:1; /* the window was resized and - * gradients should be re-rendered */ - unsigned int needs_full_repaint:1;/* does a full repaint of the - * window next time it's painted */ unsigned int icon_moved:1; /* icon for this window was moved * by the user */ unsigned int selected:1; /* multiple window selection */ @@ -279,15 +274,9 @@ typedef struct WWindow { unsigned int inspector_open:1; /* attrib inspector is already open */ unsigned int destroyed:1; /* window was already destroyed */ - unsigned int menu_open_for_me:1; /* window commands menu */ - - unsigned int waiting_save_ack:1; /* waiting for SAVE_YOURSELF ack */ - unsigned int obscured:1; /* window is obscured */ - unsigned int dragged_while_fmaximized; - unsigned int net_skip_pager:1; unsigned int net_handle_icon:1; unsigned int net_show_desktop:1; @@ -337,7 +326,6 @@ typedef struct WSavedState { unsigned window_shortcuts; /* mask like 1<