-finalize
authorClaus Gittinger <cg@exept.de>
Tue, 31 Jan 2006 10:26:23 +0100
changeset 4477 aeeec9cac11d
parent 4476 4ba4a3ac09bc
child 4478 fb57ec7d7cc4
-finalize
DeviceGraphicsContext.st
--- a/DeviceGraphicsContext.st	Mon Jan 30 21:55:47 2006 +0100
+++ b/DeviceGraphicsContext.st	Tue Jan 31 10:26:23 2006 +0100
@@ -3511,15 +3511,6 @@
     "Modified: 4.6.1996 / 17:58:49 / cg"
 ! !
 
-!DeviceGraphicsContext methodsFor:'finalization'!
-
-finalize
-    "some Drawable has been collected 
-     - must release operating system resources"
-
-    ^ self subclassResponsibility
-! !
-
 !DeviceGraphicsContext methodsFor:'initialization & release'!
 
 close
@@ -3889,7 +3880,7 @@
 !DeviceGraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.107 2005-12-13 19:07:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.108 2006-01-31 09:26:23 cg Exp $'
 ! !
 
 DeviceGraphicsContext initialize!