#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 15 Jul 2019 15:36:53 +0200
changeset 4291 b9347f540a10
parent 4290 41b4ee0f8937
child 4292 c97a98a89da1
#OTHER by cg unneeded subProjects method removed (already inherited)
stx_libview2.st
--- a/stx_libview2.st	Thu Jul 11 20:49:20 2019 +0200
+++ b/stx_libview2.st	Mon Jul 15 15:36:53 2019 +0200
@@ -102,16 +102,6 @@
     ^ #(
         #'stx:libui'    "ComponentSpec - referenced by UIBuilder>>add:"
     )
-!
-
-subProjects
-    "list packages which are known as subprojects.
-     The generated makefile will enter those and make there as well.
-     However: they are not forced to be loaded when a package is loaded;
-     for those, redefine requiredPrerequisites"
-
-    ^ #(
-    )
 ! !
 
 !stx_libview2 class methodsFor:'description - compilation'!