summaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-29 11:44:20 +0200
committerbakkeby <[email protected]>2020-08-29 11:44:20 +0200
commit4c8362b726c6a066c0f8cb5e6453a209e6a6ea25 (patch)
treeb60a9551ab7108a9c95d6dead02ca17c0bee9abe /config.def.h
parent8ff0adeabde6ffbef839ccebbe623e743a120a91 (diff)
downloaddwm-flexipatch-4c8362b726c6a066c0f8cb5e6453a209e6a6ea25.tar.gz
dwm-flexipatch-4c8362b726c6a066c0f8cb5e6453a209e6a6ea25.zip
taggrid: remove unused configuration options
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index e165d2c..2a5dbf9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -330,9 +330,6 @@ static char *tagicons[][NUMTAGS] = {
#if BAR_TAGGRID_PATCH
/* grid of tags */
-#define DRAWCLASSICTAGS 1 << 0
-#define DRAWTAGGRID 1 << 1
-
#define SWITCHTAG_UP 1 << 0
#define SWITCHTAG_DOWN 1 << 1
#define SWITCHTAG_LEFT 1 << 2
@@ -342,7 +339,6 @@ static char *tagicons[][NUMTAGS] = {
#define SWITCHTAG_VIEW 1 << 6
#define SWITCHTAG_TOGGLEVIEW 1 << 7
-static const unsigned int drawtagmask = DRAWTAGGRID; /* | DRAWCLASSICTAGS to show classic row of tags */
static const int tagrows = 2;
#endif // BAR_TAGGRID_PATCH