removed unneeded appIcon method (libs have no appicon) cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Wed, 28 Oct 2015 09:23:44 +0100
branchcvs_MAIN
changeset 579 58b88859925c
parent 560 1d6ccf38d250
child 580 09e07092338e
removed unneeded appIcon method (libs have no appicon)
common/stx_libscm_common.st
--- a/common/stx_libscm_common.st	Thu Sep 03 11:48:49 2015 +0200
+++ b/common/stx_libscm_common.st	Wed Oct 28 09:23:44 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
 stx:libscm - a new source code management library for Smalltalk/X
 Copyright (C) 2012-2015 Jan Vrany
@@ -190,13 +188,6 @@
 
 !stx_libscm_common 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"