changeset 61197 | b9d69001824e |
parent 60916 | a6e2a667b0a8 |
child 61579 | 634cd44bb1d3 |
--- a/src/Pure/PIDE/command.scala Sat Sep 19 20:47:11 2015 +0200 +++ b/src/Pure/PIDE/command.scala Sat Sep 19 21:07:37 2015 +0200 @@ -150,12 +150,6 @@ else Some(new State(other_command, Nil, Results.empty, markups1)) } - def eq_content(other: State): Boolean = - command.source == other.command.source && - status == other.status && - results == other.results && - markups == other.markups - private def add_status(st: Markup): State = copy(status = st :: status)