summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-08-19 12:47:51 +0000
committerokan <okan>2014-08-19 12:47:51 +0000
commit01cca3c114a6a4b82892c7c6f34b00dd898a5900 (patch)
treed1bc55bb5535c32fc6baa424f20ebe2af2c6585a /calmwm.h
parent11920071711238fdfcaf89feb35ab1bf68160347 (diff)
downloadcwm-01cca3c114a6a4b82892c7c6f34b00dd898a5900.tar.gz
cwm-01cca3c114a6a4b82892c7c6f34b00dd898a5900.tar.xz
cwm-01cca3c114a6a4b82892c7c6f34b00dd898a5900.zip
Pull highstack from group_ctx (and useless calculations of); in the one
place that we use highstack, replace that usage with a local variable
(for now until stacking is done properly).
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index bc4833c..f06a2fb 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -205,7 +205,6 @@ struct group_ctx {
 	struct client_ctx_q	 clients;
 	int			 shortcut;
 	int			 hidden;
-	int			 highstack;
 };
 TAILQ_HEAD(group_ctx_q, group_ctx);