Font.st
changeset 866 1f4f443ca0c7
parent 865 b9e71b51adc1
child 927 c4bc2a7ff733
--- a/Font.st	Sat Jun 15 15:21:44 1996 +0200
+++ b/Font.st	Sat Jun 15 15:22:07 1996 +0200
@@ -230,21 +230,6 @@
     ]
 !
 
-update:something
-    "sent early during restart - flush any leftover device handles"
-
-    (something == #earlyRestart) ifTrue:[
-        "
-         this is sent by ObjectMemory when restarting from
-         an image. All device specific information (especially device
-         handles) are now invalid and have to be flushed
-        "
-        self flushDeviceFontsFor:nil
-    ]
-
-    "Modified: 20.4.1996 / 23:22:23 / cg"
-!
-
 update:something with:aParameter from:changedObject
     "sent early during restart - flush any leftover device handles"
 
@@ -1099,6 +1084,6 @@
 !Font class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.47 1996-06-15 13:21:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.48 1996-06-15 13:22:07 cg Exp $'
 ! !
 Font initialize!