remove unneeded code of dwmlogo patch

master
tiyn 1 year ago
parent 72b4407a7b
commit a8518168e5

@ -4,7 +4,6 @@ static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
[INIT] = "#2d2d2d", /* after initialization */
[BACKGROUND] = "black", /* after initialization */
[INPUT] = "#005577", /* during input */
[FAILED] = "#CC3333", /* wrong password */
};

@ -31,7 +31,6 @@
char *argv0;
enum {
BACKGROUND,
INIT,
INPUT,
FAILED,

Loading…
Cancel
Save