#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 15 Jul 2019 15:37:46 +0200
changeset 6085 3855043eac71
parent 6084 5ecaeb8b7e5f
child 6086 00b0df472506
#OTHER by cg unneeded subProjects method removed (already inherited)
stx_libwidg2.st
--- a/stx_libwidg2.st	Wed Jul 10 18:31:50 2019 +0200
+++ b/stx_libwidg2.st	Mon Jul 15 15:37:46 2019 +0200
@@ -115,16 +115,6 @@
     ^ #(
         #'stx:libui'    "ComboBoxSpec - referenced by ComboBoxView>>specClass"
     )
-!
-
-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_libwidg2 class methodsFor:'description - compilation'!