diff options
| author | Théo Zimmermann | 2019-06-03 16:27:52 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-06-03 16:27:52 +0200 |
| commit | 147666df9d71056e614acbab0b0b5935a085bf32 (patch) | |
| tree | 3c7e5b33cc60f56eaa359b90b3918053354cdfd4 /ide | |
| parent | 5465bbf5525ce82fd3063f6cbd0bb651cc5f4d24 (diff) | |
| parent | 6a5dcbbfea1af0308a4d49e7c5bcea26d74a739d (diff) | |
Merge PR #10277: Remove Show Script (deprecated in 8.10)
Reviewed-by: Zimmi48
Reviewed-by: gares
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"; |
