removed unneeded appIcon method (libs have no appicon)
authorClaus Gittinger <cg@exept.de>
Wed, 28 Oct 2015 09:23:48 +0100
changeset 3231 1ac976f4c08d
parent 3230 e6d7ba2e0384
child 3232 f37d0ca8148d
removed unneeded appIcon method (libs have no appicon)
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 <lib>.rc"