Refactoring of class process in faustexp.ml.
[Faustine.git] / interpretor / types.ml
index 6fa6513..5e88a1a 100644 (file)
@@ -144,6 +144,5 @@ class type process_type =
       method exp : faust_exp
       method dim : dimension_type
       method delay : int
-      method to_string : string
       method evaluate : beam_type -> beam_type
     end;;