The Item struct is not used.
This commit is contained in:
parent
053a8f1a73
commit
3e972f8e2a
6
surf.c
6
surf.c
|
@ -52,12 +52,6 @@ typedef struct Client {
|
||||||
gboolean zoomed, fullscreen, isinspecting, sslfailed;
|
gboolean zoomed, fullscreen, isinspecting, sslfailed;
|
||||||
} Client;
|
} Client;
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
char *label;
|
|
||||||
void (*func)(Client *c, const Arg *arg);
|
|
||||||
const Arg arg;
|
|
||||||
} Item;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
guint mod;
|
guint mod;
|
||||||
guint keyval;
|
guint keyval;
|
||||||
|
|
Loading…
Reference in New Issue