aboutsummaryrefslogtreecommitdiff
path: root/maps/maps.h
diff options
context:
space:
mode:
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