diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-12 16:01:23 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-12 16:01:23 +0200 |
| commit | 8d19798d554d8b6628a4301d1810179b5a37dd90 (patch) | |
| tree | 3b08b150520a7c7e9e87fdb785b0722d66160921 /config.def.h | |
| parent | 8715025216658e92699f4e8eb7824c1cb18b8064 (diff) | |
move cleanmask definition to source
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index c23c88b..62b522c 100644 --- a/config.def.h +++ b/config.def.h @@ -3,8 +3,6 @@ #ifndef CONFIG_H #define CONFIG_H -#define CLEANMASK(mask) (mask & ~(numlockmask | LockMask)) - /** buttons **/ #define MOD1 Mod1Mask /* ALT key */ #define MOD4 Mod4Mask /* Super/Windows key */ |
