removed unneeded appIcon method (libs have no appicon)
authorClaus Gittinger <cg@exept.de>
Wed, 28 Oct 2015 09:24:32 +0100
changeset 3673 a943fd642653
parent 3671 1e69c04d9848
child 3674 8db98c26018e
child 3675 6a75a2fe7a83
removed unneeded appIcon method (libs have no appicon)
stx_libcomp.st
--- a/stx_libcomp.st	Wed Sep 30 04:03:20 2015 +0000
+++ b/stx_libcomp.st	Wed Oct 28 09:24:32 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -276,13 +274,6 @@
 
 !stx_libcomp 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"