aboutsummaryrefslogtreecommitdiff
path: root/maps/maps.h
diff options
context:
space:
mode:
authorGuillermo Ramos2011-09-20 20:29:58 +0200
committerGuillermo Ramos2011-09-20 20:29:58 +0200
commit161cc97a59078a606c41c2ec2a6371dc04d5aac8 (patch)
tree8fe91b65c09f6d61e4309d65148a2d8f845e2c3b /maps/maps.h
parent4dc487c601ff19310ca7553105cc405c5b6095ee (diff)
downloadevspy-161cc97a59078a606c41c2ec2a6371dc04d5aac8.tar.gz
Optional AltGr registering implemented
Diffstat (limited to 'maps/maps.h')
-rw-r--r--maps/maps.h9
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