DeviceGraphicsContext.st
changeset 3938 13ac03a75981
parent 3928 ad6ac8dbaaae
child 3942 ee09c1391e61
--- a/DeviceGraphicsContext.st	Mon Oct 06 12:12:13 2003 +0200
+++ b/DeviceGraphicsContext.st	Tue Oct 07 21:08:41 2003 +0200
@@ -129,7 +129,6 @@
     "
     newDrawable device:aDevice.
     newDrawable initialize.
-"/    Lobby register:newDrawable.
     ^ newDrawable
 
     "Modified: 2.4.1997 / 19:19:35 / cg"
@@ -3871,7 +3870,7 @@
 !DeviceGraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.90 2003-08-20 10:38:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.91 2003-10-07 19:08:41 cg Exp $'
 ! !
 
 DeviceGraphicsContext initialize!