The Item struct is not used.
authorChristoph Lohmann <20h@r-36.net>
Fri, 15 Feb 2013 16:43:42 +0000 (17:43 +0100)
committerChristoph Lohmann <20h@r-36.net>
Fri, 15 Feb 2013 16:43:42 +0000 (17:43 +0100)
surf.c

diff --git a/surf.c b/surf.c
index 78226b2..17f7750 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -52,12 +52,6 @@ typedef struct Client {
        gboolean zoomed, fullscreen, isinspecting, sslfailed;
 } Client;
 
-typedef struct {
-       char *label;
-       void (*func)(Client *c, const Arg *arg);
-       const Arg arg;
-} Item;
-
 typedef struct {
        guint mod;
        guint keyval;