confkeys is unused, we don't need it

This commit is contained in:
speedie 2023-04-28 17:57:16 +02:00
parent 6fa8587622
commit da6ee13a30

View file

@ -22,12 +22,6 @@ typedef struct {
Arg arg; Arg arg;
} ArgList; } ArgList;
typedef struct {
char *modif;
char *key;
char *func;
} ConfKeys;
typedef struct { typedef struct {
char *function; char *function;
void (*func)(Arg *); void (*func)(Arg *);