diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ static const char *fonts[]={ "monospace:size=8" }; static char *secchar = "*"; -static char *description = NULL; -static char *prompt = "PIN:"; +/*static char *description = NULL; +static char *prompt = "PIN:";*/ static const char *normbgcolor = "#000000"; static const char *normfgcolor = "#ffffff"; static const char *selbgcolor = "#ff0000"; |