diff options
-rw-r--r-- | surf.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -53,12 +53,6 @@ typedef struct Client { } Client; typedef struct { - char *label; - void (*func)(Client *c, const Arg *arg); - const Arg arg; -} Item; - -typedef struct { guint mod; guint keyval; void (*func)(Client *c, const Arg *arg); |