# HG changeset patch # User Claus Gittinger # Date 1563197866 -7200 # Node ID 3855043eac710130c5c32e5ad9212ee9c9b66b92 # Parent 5ecaeb8b7e5fbd696af52ef00d6223d854e77453 #OTHER by cg unneeded subProjects method removed (already inherited) diff -r 5ecaeb8b7e5f -r 3855043eac71 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'!