removed unused imports;
authorwenzelm
Mon, 27 Jul 2009 15:51:12 +0200
changeset 34657 410094a3419b
parent 34656 2740439a86b4
child 34658 3b05426b9318
removed unused imports;
src/Tools/jEdit/src/proofdocument/ProofDocument.scala
--- a/src/Tools/jEdit/src/proofdocument/ProofDocument.scala	Wed Jul 15 13:49:21 2009 +0200
+++ b/src/Tools/jEdit/src/proofdocument/ProofDocument.scala	Mon Jul 27 15:51:12 2009 +0200
@@ -9,8 +9,6 @@
 package isabelle.proofdocument
 
 import scala.collection.mutable.ListBuffer
-import scala.actors.Actor
-import scala.actors.Actor._
 import java.util.regex.Pattern
 import isabelle.prover.{Prover, Command}
 import isabelle.utils.LinearSet
@@ -58,6 +56,8 @@
     new ProofDocument(id, tokens, token_start, commands, states, f)
 
   def content = Token.string_from_tokens(Nil ++ tokens, token_start)
+
+
   /** token view **/
 
   def text_changed(change: Text.Change): (ProofDocument, StructureChange) =