aboutsummaryrefslogtreecommitdiff
path: root/printing
diff options
context:
space:
mode:
authorThéo Zimmermann2017-06-12 11:22:38 +0200
committerThéo Zimmermann2017-06-12 11:23:21 +0200
commit6cd14bf253f681d0465f8dce1d84a54a4f104d9c (patch)
treee7fb6bf346c09ff0cb705f299bdf9af6d941a808 /printing
parent76f97eac9e0b6eee76469b2a00a9c157caa3da8a (diff)
Remove non-working Show Tree and Show Node commands.
Diffstat (limited to 'printing')
-rw-r--r--printing/ppvernac.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml
index 2633cdd6b5..81f41cba13 100644
--- a/printing/ppvernac.ml
+++ b/printing/ppvernac.ml
@@ -562,11 +562,9 @@ open Decl_kinds
let pr_showable = function
| ShowGoal n -> keyword "Show" ++ pr_goal_reference n
| ShowProof -> keyword "Show Proof"
- | ShowNode -> keyword "Show Node"
| ShowScript -> keyword "Show Script"
| ShowExistentials -> keyword "Show Existentials"
| ShowUniverses -> keyword "Show Universes"
- | ShowTree -> keyword "Show Tree"
| ShowProofNames -> keyword "Show Conjectures"
| ShowIntros b -> keyword "Show " ++ (if b then keyword "Intros" else keyword "Intro")
| ShowMatch id -> keyword "Show Match " ++ pr_reference id