X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=event.c;h=1aed904550584f9c80a997735f5442a25c4c035b;hb=ab7a11c0c73fa101c8e0234f8214284888fb8156;hp=a34bdc8492f3d68ed32a07149b2d4b8cc8e1e298;hpb=b01a51a8449aa591a02ec22eb31850c2ae644687;p=dwm.git diff --git a/event.c b/event.c index a34bdc8..1aed904 100644 --- a/event.c +++ b/event.c @@ -17,7 +17,6 @@ typedef struct { Arg arg; } Key; -CMDS KEYS static unsigned int valid_mask = 255 & ~(NUMLOCKMASK | LockMask);