X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=17f7750cd16dd416205fb1a43078019e22b93b97;hp=78226b2fa6b9b93143145cb3b72117215a3c32fa;hb=3e972f8e2a170f15e76fae7dc4de656963deb89b;hpb=053a8f1a73b8a3fe4e090dd12fe05e28f4594ab3 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;