summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorNil Geisweiller <ngeiswei@gmail.com>2020-03-24 23:16:28 +0200
committerRobin Gareus <robin@gareus.org>2020-03-24 22:36:20 +0100
commitfe6c5f98b2c6afeeb752ca8236dac8a4988201d7 (patch)
tree87f9bac7a96053fcaa1cf670118d40d95d832dd9 /gtk2_ardour/rc_option_editor.cc
parent97340a5c89d6100d95de2155c8c4389ac61bc528 (diff)
Remove redundant AZERTY Virtual MIDI Keyboard Layout
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 0024dbc043..c90234d631 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2906,7 +2906,6 @@ RCOptionEditor::RCOptionEditor ()
vkeybdlayout->add ("QWERTY", _("QWERTY"));
vkeybdlayout->add ("QWERTZ", _("QWERTZ"));
vkeybdlayout->add ("AZERTY", _("AZERTY"));
- vkeybdlayout->add ("AZERTY", _("AZERTY"));
vkeybdlayout->add ("DVORAK", _("DVORAK"));
vkeybdlayout->add ("QWERTY Single", _("QWERTY Single"));
vkeybdlayout->add ("QWERTZ Single", _("QWERTZ Single"));