The Item struct is not used.

This commit is contained in:
Christoph Lohmann 2013-02-15 17:43:42 +01:00
parent 053a8f1a73
commit 3e972f8e2a

6
surf.c
View file

@ -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;