removed binding mode state variable from bar config

This commit is contained in:
Calvin Kosmatka 2017-04-16 19:58:44 -05:00
parent 904f004bc9
commit b23fd02fb6

View file

@ -116,13 +116,6 @@ struct bar_config {
* *
* In "show" mode, it will always be shown on top of the active workspace. * 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; char *hidden_state;
/** /**
* Id name used to identify the bar through IPC. * Id name used to identify the bar through IPC.