>From d10e620e7e57f43c7c33262f59d1171e4cdb40bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <k...@kix.es>
Date: Mon, 25 Jun 2012 23:06:31 +0200
Subject: [PATCH 09/11] window.h variables not used

The variables waiting_save_ack and dragged_while_fmaximized are not used,
so can be removed.
---
 src/window.h |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/window.h b/src/window.h
index dfe53b6..c872be9 100644
--- a/src/window.h
+++ b/src/window.h
@@ -279,15 +279,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;
-- 
1.7.10

-- 
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/
>From d10e620e7e57f43c7c33262f59d1171e4cdb40bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <k...@kix.es>
Date: Mon, 25 Jun 2012 23:06:31 +0200
Subject: [PATCH 09/11] window.h variables not used

The variables waiting_save_ack and dragged_while_fmaximized are not used,
so can be removed.
---
 src/window.h |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/window.h b/src/window.h
index dfe53b6..c872be9 100644
--- a/src/window.h
+++ b/src/window.h
@@ -279,15 +279,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;
-- 
1.7.10

Reply via email to