]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/content_pres/boxPp.ml
removed no longer used METAs
[helm.git] / helm / ocaml / content_pres / boxPp.ml
index ddb9d3b82af51960b832880e0ee90406181a92d2..7a2fa9912f31144cb135e72441fe03f7b1bfd6fc 100644 (file)
@@ -23,6 +23,8 @@
  * http://helm.cs.unibo.it/
  *)
 
+(* $Id$ *)
+
 module Pres = Mpresentation
 
 (** {2 Pretty printing from BoxML to strings} *)
@@ -130,7 +132,7 @@ let render_to_strings size markup =
           let tl_renderings =
             List.map
               (fun f ->
-                let indent_header = if indent then string_indent else "" in
+(*                 let indent_header = if indent then string_indent else "" in *)
                 snd (indent_children (f children_size)))
               tl_fs
           in