aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-04-08 16:08:44 +0000
committerGitHub2021-04-08 16:08:44 +0000
commit110921a449fcb830ec2a1cd07e3acc32319feae6 (patch)
tree7a1ecf4df38e1d5646dbd60a944d00ed6e5a86fd
parente4a8b03d94128ccc05dd429756f07247a1f929cc (diff)
parentbfb350e2cd04699893832531f66746d85538896d (diff)
Merge PR #14095: Fix a GTK warning in CoqIDE introduced by #14063.
Reviewed-by: herbelin
-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";