aboutsummaryrefslogtreecommitdiff
path: root/ide/xmlprotocol.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2016-11-30 22:24:17 +0100
committerEmilio Jesus Gallego Arias2017-03-21 15:51:38 +0100
commit4084ee30293a6013592c0651dfeb1975711f135f (patch)
tree5223e65acc6fe4bf92231bd728510640054aa23e /ide/xmlprotocol.mli
parente872f76058e954fac3e0652ec567aff72226e9dd (diff)
[ide] richpp clenaup
We remove the "abstraction breaking" primitives and reduce the file to the used fragment.
Diffstat (limited to 'ide/xmlprotocol.mli')
-rw-r--r--ide/xmlprotocol.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/ide/xmlprotocol.mli b/ide/xmlprotocol.mli
index f6fae24d7c..43a65dfa85 100644
--- a/ide/xmlprotocol.mli
+++ b/ide/xmlprotocol.mli
@@ -57,10 +57,6 @@ val pr_call : 'a call -> string
val pr_value : 'a value -> string
val pr_full_value : 'a call -> 'a value -> string
-(** * Serialization of rich documents *)
-val of_richpp : Richpp.richpp -> Xml_datatype.xml
-val to_richpp : Xml_datatype.xml -> Richpp.richpp
-
(** * Serializaiton of feedback *)
val of_feedback : Feedback.feedback -> xml
val to_feedback : xml -> Feedback.feedback