X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fmouse%2Fmouse.h;h=408ae96458682b0b1bc23ea7a939cde69a525913;hb=d206303a9f0742ff330aebe8129d6044ade30a94;hp=83ce9a7740d7a78aca0a2dfe09aee4775fe25e63;hpb=ae0d84721d58731feee4888b67e7a1e55cd318b2;p=chaz%2Fopenbox diff --git a/plugins/mouse/mouse.h b/plugins/mouse/mouse.h index 83ce9a77..408ae964 100644 --- a/plugins/mouse/mouse.h +++ b/plugins/mouse/mouse.h @@ -18,8 +18,6 @@ typedef struct { GSList *actions[NUM_MOUSEACTION]; /* lists of Action pointers */ } MouseBinding; -extern gboolean mouse_lefthand; - gboolean mbind(char *buttonstr, char *contextstr, MouseAction mact, Action *action);