src/Pure/PIDE/protocol.ML
changeset 61381 ddca85598c65
parent 61376 93224745477f
child 62467 c1b88e647e2f
--- a/src/Pure/PIDE/protocol.ML	Fri Oct 09 21:20:43 2015 +0200
+++ b/src/Pure/PIDE/protocol.ML	Sat Oct 10 16:21:34 2015 +0200
@@ -12,13 +12,6 @@
     (fn args => List.app writeln args);
 
 val _ =
-  Isabelle_Process.protocol_command "Prover.init_symbols"
-    (fn [codes_yxml] =>
-      YXML.parse_body codes_yxml
-      |> let open XML.Decode in list (pair string int) end
-      |> HTML.init_symbols);
-
-val _ =
   Isabelle_Process.protocol_command "Prover.options"
     (fn [options_yxml] =>
       let val options = Options.decode (YXML.parse_body options_yxml) in