# HG changeset patch # User Claus Gittinger # Date 1446020628 -3600 # Node ID 1ac976f4c08dd618ca62886113018ce796ce0833 # Parent e6d7ba2e03840c2138244a503ae02b6ca50a06e0 removed unneeded appIcon method (libs have no appicon) diff -r e6d7ba2e0384 -r 1ac976f4c08d stx_libtool2.st --- a/stx_libtool2.st Mon Oct 05 09:17:20 2015 +0200 +++ b/stx_libtool2.st Wed Oct 28 09:23:48 2015 +0100 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 2006 by eXept Software AG All Rights Reserved @@ -179,13 +177,6 @@ !stx_libtool2 class methodsFor:'description - project information'! -applicationIconFileName - "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file" - - ^ nil - "/ ^ self applicationName -! - companyName "Return a companyname which will appear in .rc"