Font.st
changeset 4562 b841559cb6c8
parent 4513 29b4151e98cf
child 4750 575234d4ebcc
--- a/Font.st	Wed Aug 23 16:05:58 2006 +0200
+++ b/Font.st	Wed Aug 23 16:06:03 2006 +0200
@@ -294,14 +294,6 @@
     "Created: 28.5.1996 / 18:39:53 / cg"
 ! !
 
-!Font methodsFor:'binary storage'!
-
-readBinaryContentsFrom: stream manager: manager
-    "tell the newly restored Font about restoration"
-
-    super readBinaryContentsFrom: stream manager: manager.
-    self restored
-! !
 
 !Font methodsFor:'copying'!
 
@@ -1168,7 +1160,7 @@
 !Font class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.97 2006-03-13 15:56:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.98 2006-08-23 14:06:03 cg Exp $'
 ! !
 
 Font initialize!