The Item struct is not used.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user