diff options
author | Guillermo Ramos | 2011-09-20 20:29:58 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-09-20 20:29:58 +0200 |
commit | 161cc97a59078a606c41c2ec2a6371dc04d5aac8 (patch) | |
tree | 8fe91b65c09f6d61e4309d65148a2d8f845e2c3b /maps/maps.h | |
parent | 4dc487c601ff19310ca7553105cc405c5b6095ee (diff) | |
download | evspy-161cc97a59078a606c41c2ec2a6371dc04d5aac8.tar.gz |
Optional AltGr registering implemented
Diffstat (limited to 'maps/maps.h')
-rw-r--r-- | maps/maps.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/maps/maps.h b/maps/maps.h index f4fc856..37497bc 100644 --- a/maps/maps.h +++ b/maps/maps.h @@ -29,15 +29,6 @@ #include <linux/input.h> #include "../khm/khm.h" -#define EVS_SHIFT(KEY, VALUE) khm_insert(shm, (KEY), (VALUE)) - -// Shift map -static struct khashmap *shm; - -static inline void exit_shiftmap(void) -{ - khm_destroy(shm); -} // Load the map associated with the given keyboard layout #ifndef EVS_KLAY |