more ST80 compatibility
authorClaus Gittinger <cg@exept.de>
Sat, 05 Feb 2000 15:37:38 +0100
changeset 900 318651783940
parent 899 7b65d6f2b0f0
child 901 8fd26c5e8e8f
more ST80 compatibility
ClassOrganizer.st
--- a/ClassOrganizer.st	Sat Feb 05 15:28:34 2000 +0100
+++ b/ClassOrganizer.st	Sat Feb 05 15:37:38 2000 +0100
@@ -173,6 +173,12 @@
     "
      SmallInteger organization listAtCategoryNamed:#arithmetic 
     "
+!
+
+removeCategory:aCategory
+    "remove a categories assignments - dummy here "
+
+    "Modified: / 3.2.2000 / 23:49:27 / cg"
 ! !
 
 !ClassOrganizer methodsFor:'change & update'!
@@ -313,5 +319,5 @@
 !ClassOrganizer class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassOrganizer.st,v 1.14 1998-06-20 11:21:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassOrganizer.st,v 1.15 2000-02-05 14:37:38 cg Exp $'
 ! !