aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/xml
diff options
context:
space:
mode:
authorGravatar Arnaud Spiwack <arnaud@spiwack.net>2013-11-27 18:41:09 +0100
committerGravatar Arnaud Spiwack <arnaud@spiwack.net>2013-12-04 14:14:33 +0100
commitf1a2c15b7a7d7edfd4b4b379ed0bde8b1f5deb7b (patch)
tree7f29564ddfa4d1bf2d4a06b6dd212cc3ef3beaff /plugins/xml
parenteaa9c147f1801c363635a5be4e0258e0de1ab02e (diff)
Factoring(continued).
This commit removes the hook.
Diffstat (limited to 'plugins/xml')
-rw-r--r--plugins/xml/xmlcommand.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xml/xmlcommand.ml b/plugins/xml/xmlcommand.ml
index 83a4d425b..5f26e2bac 100644
--- a/plugins/xml/xmlcommand.ml
+++ b/plugins/xml/xmlcommand.ml
@@ -412,7 +412,7 @@ let show_pftreestate internal fn (kind,pftst) id =
let show fn =
let pftst = Pfedit.get_pftreestate () in
- let (id,kind,_,_) = Pfedit.current_proof_statement () in
+ let (id,kind,_) = Pfedit.current_proof_statement () in
show_pftreestate false fn (kind,pftst) id
;;