summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-08 12:19:09 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-08 12:19:09 +0100
commite409b01ba60351acd3ae551351c0f95e0d886d87 (patch)
tree5ab41640d83929b2e845edef93dffefadeb213a0 /src
parentb14172401d684060299114b39ffb3c94c0d54de5 (diff)
Remove useless repetition from array dead_keys[]
Diffstat (limited to 'src')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
index 9d20478bb..7c1d5c646 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
@@ -626,7 +626,6 @@ static dead_key_struct dead_keys[] = {
{XKB_KEY_dead_acute, "´"},
{XKB_KEY_dead_circumflex, "^"},
{XKB_KEY_dead_tilde, "~"},
- {XKB_KEY_dead_perispomeni, "~"}, // alias for dead_tilde
{XKB_KEY_dead_macron, "¯"},
{XKB_KEY_dead_breve, "˘"},
{XKB_KEY_dead_abovedot, "˙"},