summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2021-02-23 13:38:54 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2021-02-23 13:38:54 -0500
commit81500f93baa103d591b9a87df47ef8aafd682ef1 (patch)
tree23fdba90cab2db4c5ad90b322d6f743de5860151
parenta3f3a544e90ebed221c114a80006637df0f7a116 (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 3ccdbe8..0487ec9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -13,9 +13,6 @@ static const char *fonts[] = {
#define bgalpha 0xe0
#define fgalpha OPAQUE
-/* static const unsigned int bgalpha = 0xe0; */
-/* static const unsigned int fgalpha = OPAQUE; */
-
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */