diff options
| author | Gaëtan Gilbert | 2019-05-31 13:09:23 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-05-31 19:11:18 +0200 |
| commit | 6a5dcbbfea1af0308a4d49e7c5bcea26d74a739d (patch) | |
| tree | 8c0940a07248cf3ac0d6a62c38b1a6eef28d5629 /ide | |
| parent | 04398c5fa519b742ff5b97b61bbfa0c9f9d1549c (diff) | |
Remove Show Script (deprecated in 8.10)
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/coq_commands.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml index b0bafb7930..7f68f24c22 100644 --- a/ide/coq_commands.ml +++ b/ide/coq_commands.ml @@ -126,7 +126,6 @@ let commands = [ "Show Intros"; "Show Programs"; "Show Proof"; - "Show Script"; "Show Tree";*) "Structure"; "Syntactic Definition"; @@ -221,7 +220,6 @@ let state_preserving = [ "Show Intro"; "Show Intros"; "Show Proof"; - "Show Script"; "Show Tree"; "Test Printing If"; |
