ClassDefinitionChange.st
changeset 3877 99cf2234e8c9
parent 3875 aaa891f63fc6
child 3879 9c5661b36fa1
child 4012 03af2e8d7e13
--- a/ClassDefinitionChange.st	Wed May 27 15:35:45 2015 +0200
+++ b/ClassDefinitionChange.st	Wed May 27 15:36:10 2015 +0200
@@ -687,20 +687,6 @@
     "Created: / 13-06-2012 / 12:45:02 / cg"
 !
 
-fullOwningClassName
-    "the owner's name, including its namespace"
-
-    |nm ns|
-
-    nm := self owningClassName.
-    nm isNil ifTrue:[^ nil].
-
-    (ns := self nameSpaceOverride) notNil ifTrue:[
-        ^ ns,'::',nm
-    ].
-    ^ nm
-!
-
 owningClassName
     "the owner's name, excluding the namespace"
 
@@ -901,11 +887,11 @@
 !ClassDefinitionChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.98 2015-05-27 13:27:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.99 2015-05-27 13:36:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.98 2015-05-27 13:27:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.99 2015-05-27 13:36:10 cg Exp $'
 !
 
 version_HG
@@ -914,6 +900,6 @@
 !
 
 version_SVN
-    ^ '$Id: ClassDefinitionChange.st,v 1.98 2015-05-27 13:27:23 cg Exp $'
+    ^ '$Id: ClassDefinitionChange.st,v 1.99 2015-05-27 13:36:10 cg Exp $'
 ! !