From 81500f93baa103d591b9a87df47ef8aafd682ef1 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 23 Feb 2021 13:38:54 -0500 Subject: Remove useless commented code --- config.def.h | 3 --- 1 file changed, 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 */ -- cgit v1.2.3