Remove invalid and superfluous `Cairo::CObject class >> fromExternalObject:`
authorJan Vrany <jan.vrany@labware.com>
Mon, 15 Jun 2020 15:14:31 +0100
changeset 89 2a1c3c0439ea
parent 88 9d51db2ba641
child 90 b808c338d5c3
Remove invalid and superfluous `Cairo::CObject class >> fromExternalObject:`
Cairo__CObject.st
--- a/Cairo__CObject.st	Mon Jun 15 15:01:43 2020 +0100
+++ b/Cairo__CObject.st	Mon Jun 15 15:14:31 2020 +0100
@@ -2,6 +2,7 @@
 stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
 
 Copyright (C) 2008-2019 Jan Vrany
+Copyright (C) 2020 LabWare
 
 This code is licensed under Creative Commons Attribution-NonCommercial License.
 For full text of the license, see file LICENSE.txt
@@ -24,6 +25,7 @@
 stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
 
 Copyright (C) 2008-2019 Jan Vrany
+Copyright (C) 2020 LabWare
 
 This code is licensed under Creative Commons Attribution-NonCommercial License.
 For full text of the license, see file LICENSE.txt
@@ -42,15 +44,6 @@
     "Modified: / 09-01-2015 / 11:22:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!CObject class methodsFor:'instance creation'!
-
-fromExternalAddress: anExternalAddress
-    ^ self new fromExternalAddress: anExternalAddress
-
-    "Created: / 24-12-2014 / 22:18:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 25-12-2014 / 10:33:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
 !CObject methodsFor:'accessing'!
 
 referenceCount