src/Tools/jEdit/src/proofdocument/command.scala
changeset 34860 847c00f5535a
parent 34859 f986d84dd44b
child 34865 104298db6abf
--- a/src/Tools/jEdit/src/proofdocument/command.scala	Mon Jan 11 01:40:18 2010 +0100
+++ b/src/Tools/jEdit/src/proofdocument/command.scala	Mon Jan 11 12:17:47 2010 +0100
@@ -35,10 +35,6 @@
     val span: Thy_Syntax.Span)
   extends Session.Entity
 {
-  // FIXME override equality as well
-  override def hashCode = id.hashCode
-
-
   /* classification */
 
   def is_command: Boolean = !span.isEmpty && span.first.is_command