From: Christoph Lohmann <20h@r-36.net> Date: Fri, 15 Feb 2013 16:43:42 +0000 (+0100) Subject: The Item struct is not used. X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=3e972f8e2a170f15e76fae7dc4de656963deb89b;hp=053a8f1a73b8a3fe4e090dd12fe05e28f4594ab3 The Item struct is not used. --- 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;