From 4c8362b726c6a066c0f8cb5e6453a209e6a6ea25 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sat, 29 Aug 2020 11:44:20 +0200 Subject: [PATCH] taggrid: remove unused configuration options --- config.def.h | 4 ---- 1 file changed, 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