From b23fd02fb612f0b2e63dd1cb5ffd738079bf7190 Mon Sep 17 00:00:00 2001 From: Calvin Kosmatka Date: Sun, 16 Apr 2017 19:58:44 -0500 Subject: [PATCH] removed binding mode state variable from bar config --- include/sway/config.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/sway/config.h b/include/sway/config.h index 408a21003..98fb738c1 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -116,13 +116,6 @@ struct bar_config { * * In "show" mode, it will always be shown on top of the active workspace. */ - char *mode; - /** - * Current keybinding mode - * - * Names should probably be reworked at some point, but I'm keeping it for now - * Don't think this does anything at the moment - */ char *hidden_state; /** * Id name used to identify the bar through IPC.