diff options
| author | [email protected] <unknown> | 2006-08-01 16:20:29 +0200 |
|---|---|---|
| committer | [email protected] <unknown> | 2006-08-01 16:20:29 +0200 |
| commit | 81683351f04773e434eccd5973e30b0ccdf1168b (patch) | |
| tree | aadd5b9796b52463ccef34b2f38486339280c86a | |
| parent | removed 5LOC (diff) | |
| download | dwm-81683351f04773e434eccd5973e30b0ccdf1168b.tar.gz dwm-81683351f04773e434eccd5973e30b0ccdf1168b.tar.bz2 dwm-81683351f04773e434eccd5973e30b0ccdf1168b.zip | |
removed 1 missing LOC
| -rw-r--r-- | event.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |