remove: self halt
authorca
Mon, 21 Jul 1997 16:26:03 +0200
changeset 232 4ba88c3270fc
parent 231 75de472d579f
child 233 fa73f8d9dce6
remove: self halt
UIPainter.st
--- a/UIPainter.st	Mon Jul 21 15:27:23 1997 +0200
+++ b/UIPainter.st	Mon Jul 21 16:26:03 1997 +0200
@@ -2143,7 +2143,6 @@
     ].
 
     (cls respondsTo:specSelector) ifFalse:[
-self halt.
         ^ self information:('no method for: #' 
                              , specSelector , ' in ' , cls name ,
                              '\\(did you install the spec ?)') withCRs.