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).
This commit is contained in:
okan
2014-08-19 12:47:51 +00:00
parent 1192007171
commit 01cca3c114
2 changed files with 9 additions and 17 deletions

View File

@ -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);