summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--surf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/surf.c b/surf.c
index 78226b2..17f7750 100644
--- a/surf.c
+++ b/surf.c
@@ -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);