diff options
| author | Théo Zimmermann | 2017-06-12 11:22:38 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2017-06-12 11:23:21 +0200 |
| commit | 6cd14bf253f681d0465f8dce1d84a54a4f104d9c (patch) | |
| tree | e7fb6bf346c09ff0cb705f299bdf9af6d941a808 /intf | |
| parent | 76f97eac9e0b6eee76469b2a00a9c157caa3da8a (diff) | |
Remove non-working Show Tree and Show Node commands.
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/vernacexpr.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/intf/vernacexpr.ml b/intf/vernacexpr.ml index c928e0bbbf..b3b3327272 100644 --- a/intf/vernacexpr.ml +++ b/intf/vernacexpr.ml @@ -97,11 +97,9 @@ type locatable = type showable = | ShowGoal of goal_reference | ShowProof - | ShowNode | ShowScript | ShowExistentials | ShowUniverses - | ShowTree | ShowProofNames | ShowIntros of bool | ShowMatch of reference |
