aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ide/preferences.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/preferences.ml b/ide/preferences.ml
index 45d2d88779..8d7723bb07 100644
--- a/ide/preferences.ml
+++ b/ide/preferences.ml
@@ -23,7 +23,6 @@ let mod_to_str (m:Gdk.Tags.modifier) =
| `MOD5 -> "<Mod5>"
| `CONTROL -> "<Control>"
| `SHIFT -> "<Shift>"
- | `META -> "<Meta>"
| `BUTTON1| `BUTTON2| `BUTTON3| `BUTTON4| `BUTTON5| `LOCK -> ""
let mod_list_to_str l = List.fold_left (fun s m -> (mod_to_str m)^s) "" l