1
0
mirror of https://github.com/tiyn/slock.git synced 2025-04-01 15:47:47 +02:00

remove unneeded code of dwmlogo patch

This commit is contained in:
tiyn 2023-10-25 23:28:18 +02:00
parent 72b4407a7b
commit a8518168e5
2 changed files with 0 additions and 2 deletions

View File

@ -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 */
};

View File

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