summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-02-15 17:43:42 +0100
committerChristoph Lohmann <20h@r-36.net>2013-02-15 17:43:42 +0100
commit3e972f8e2a170f15e76fae7dc4de656963deb89b (patch)
tree6c812163f030e4ee23359ec0a02e68d74994360d
parent053a8f1a73b8a3fe4e090dd12fe05e28f4594ab3 (diff)
downloadsurf-3e972f8e2a170f15e76fae7dc4de656963deb89b.tar.gz
surf-3e972f8e2a170f15e76fae7dc4de656963deb89b.tar.bz2
surf-3e972f8e2a170f15e76fae7dc4de656963deb89b.zip
The Item struct is not used.
-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);