The Item struct is not used.
This commit is contained in:
parent
053a8f1a73
commit
3e972f8e2a
1 changed files with 0 additions and 6 deletions
6
surf.c
6
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;
|
||||
|
|
Loading…
Reference in a new issue