Oops, removed DeviceGraphicsContext>>drawableId
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 26 Apr 2016 07:16:51 +0100
changeset 81 094b29cf4c2c
parent 80 8bbebcb32e2b
child 82 258ecb13cecd
Oops, removed DeviceGraphicsContext>>drawableId ...this one should belong to stx:libview!
extensions.st
--- a/extensions.st	Fri Apr 08 08:02:56 2016 +0100
+++ b/extensions.st	Tue Apr 26 07:16:51 2016 +0100
@@ -149,15 +149,6 @@
     "Modified (format): / 29-03-2016 / 23:56:46 / jv"
 ! !
 
-!DeviceGraphicsContext methodsFor:'cairo support'!
-
-drawableId
-
-    ^drawableId
-
-    "Created: / 10-07-2008 / 10:20:04 / Jan Vrany <vranyj1@fel.cvut.cz>"
-! !
-
 !GraphicsContext methodsFor:'drawing in device coordinates'!
 
 displayDeviceLineFromX:x1 y:y1 toX:x2 y:y2