diff options
Diffstat (limited to 'src/hci/keymap/keymap_mt.c')
-rw-r--r-- | src/hci/keymap/keymap_mt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hci/keymap/keymap_mt.c b/src/hci/keymap/keymap_mt.c index f5baf6907..0a9a110b0 100644 --- a/src/hci/keymap/keymap_mt.c +++ b/src/hci/keymap/keymap_mt.c @@ -22,7 +22,6 @@ static struct keymap_key mt_basic[] = { /** "mt" AltGr remapping */ static struct keymap_key mt_altgr[] = { - { 0x2d, 0x5c }, /* '-' => '\\' */ { 0, 0 } }; |