#OTHER by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Mon, 15 Jul 2019 15:39:53 +0200
branchcvs_MAIN
changeset 881 6c989bbe4b00
parent 880 bd52c31956df
child 882 7408432b5364
#OTHER by cg unneeded subProjects method removed (already inherited)
common/stx_libscm_common.st
--- a/common/stx_libscm_common.st	Mon Jul 15 15:37:27 2019 +0200
+++ b/common/stx_libscm_common.st	Mon Jul 15 15:39:53 2019 +0200
@@ -124,16 +124,6 @@
 	#'stx:libwidg'    "Button - referenced by SCMAbstractCommitDialog>>doRunSanityChecks "
 	#'stx:libwidg2'    "ProgressNotification - referenced by SCMAbstractFileoutLikeTask>>doCompileCopyrightMethodsFor: "
     )
-!
-
-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_libscm_common class methodsFor:'description - contents'!