From 3e972f8e2a170f15e76fae7dc4de656963deb89b Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Fri, 15 Feb 2013 17:43:42 +0100 Subject: [PATCH] The Item struct is not used. --- surf.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/surf.c b/surf.c index 78226b2..17f7750 100644 --- 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; -- 2.20.1