aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2021-04-08 16:14:24 +0200
committerPierre-Marie Pédrot2021-04-08 16:14:24 +0200
commitbfb350e2cd04699893832531f66746d85538896d (patch)
tree3677dfae82d300749cfd0dfd2ac7c308ce95b4f8 /ide
parentb7e2dfcc1918e028fb8a4fe353f929f104f13b77 (diff)
Fix a GTK warning in CoqIDE introduced by #14063.
The Variant entry was appearing twice, leading to a duplicate warning.
Diffstat (limited to 'ide')
-rw-r--r--ide/coqide/coq_commands.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/coqide/coq_commands.ml b/ide/coqide/coq_commands.ml
index 6e02d7fed1..3a080d5f51 100644
--- a/ide/coqide/coq_commands.ml
+++ b/ide/coqide/coq_commands.ml
@@ -93,7 +93,6 @@ let commands = [
];
["Read Module";
"Record";
- "Variant";
"Remark";
"Remove LoadPath";
"Remove Printing Constructor";