diff --git a/options.h b/options.h index 39257e3..848a374 100644 --- a/options.h +++ b/options.h @@ -122,8 +122,6 @@ static int hideicon = 0; /* Hide icon (1) or show (0) static int hidetags = 0; /* Hide status bar (1) or show (0) */ static int hidesystray = 0; /* Hide systray by default (1) or show (0) */ static int hideemptytags = 1; /* Hide empty tags (1) or show (0) */ -static int hidetagpowerline = 0; /* Hide tag powerline (1) or show (0) */ -static int hidetitlepowerline = 0; /* Hide title powerline (1) or show (0) */ static int hideborder = 0; /* Hide window border (1) or show (0) */ static int hidesingleborder = 1; /* Hide window border when there's only one window (1) or show (0) */ static int hidefloating = 0; /* Hide floating indicator (1) or show (0) */