*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 18 Sep 2009 14:44:06 +0200
changeset 2120 45f3b103621d
parent 2119 b7a8a5cd9da1
child 2121 fd9eb290be9f
*** empty log message ***
MethodCategoryChange.st
--- a/MethodCategoryChange.st	Fri Sep 18 14:43:56 2009 +0200
+++ b/MethodCategoryChange.st	Fri Sep 18 14:44:06 2009 +0200
@@ -44,20 +44,6 @@
 "
 ! !
 
-!MethodCategoryChange class methodsFor:'instance creation'!
-
-class:cls selector:sel category:cat 
-    ^ self basicNew class:cls selector:sel category:cat
-
-
-!
-
-className:clsName selector:sel category:cat 
-    ^ self basicNew className:clsName selector:sel category:cat
-
-    "Created: / 12-11-2006 / 15:54:25 / cg"
-! !
-
 !MethodCategoryChange methodsFor:'accessing'!
 
 class:cls selector:sel category:cat
@@ -109,5 +95,5 @@
 !MethodCategoryChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodCategoryChange.st,v 1.17 2006-11-24 11:41:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodCategoryChange.st,v 1.18 2009-09-18 12:44:06 cg Exp $'
 ! !