diff options
| author | 2013-02-15 17:43:42 +0100 | |
|---|---|---|
| committer | 2013-02-15 17:43:42 +0100 | |
| commit | 3e972f8e2a170f15e76fae7dc4de656963deb89b (patch) | |
| tree | 6c812163f030e4ee23359ec0a02e68d74994360d /surf.c | |
| parent | Fixed a bug in pagestat (diff) | |
The Item struct is not used.
Diffstat (limited to '')
| -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); |
