summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2021-02-23 13:39:41 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2021-02-23 13:39:41 -0500
commit5dab28ff80212c9c15852a704c137732d8d65555 (patch)
tree5739e3a593c8dd2e651cfb515868432f3e3b012e
parentbf33cee06f51fbb0f95140d9dd45e3efd7af4586 (diff)
Remove useless commented code
-rw-r--r--config.def.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index ee84cbf..d99ea53 100644
--- a/config.def.h
+++ b/config.def.h
@@ -26,9 +26,6 @@ static const char col_sel_border[] = "#1A282F";
#define baralpha 0xd0
#define borderalpha OPAQUE
-/* static const unsigned int baralpha = 0xd0; */
-/* static const unsigned int borderalpha = OPAQUE; */
-
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_norm_fg, col_norm_bg, col_norm_border },