stx_goodies_petitparser.st
changeset 383 e9919f8e47de
parent 382 1825151d6455
child 385 44a36ed4e484
--- a/stx_goodies_petitparser.st	Sun Oct 05 00:29:07 2014 +0100
+++ b/stx_goodies_petitparser.st	Sat Oct 04 23:34:14 2014 +0100
@@ -115,15 +115,6 @@
     )
 ! !
 
-!stx_goodies_petitparser class methodsFor:'description - actions'!
-
-postLoadAction
-
-    "/self classes do: [:cls|cls isLoaded ifFalse:[cls autoload]]
-
-    "Created: / 17-12-2010 / 19:55:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
 !stx_goodies_petitparser class methodsFor:'description - compilation'!
 
 additionalRules_make_dot_proto
@@ -237,13 +228,6 @@
 
 !stx_goodies_petitparser 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"
 
@@ -268,13 +252,6 @@
     "Modified: / 17-12-2010 / 19:43:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-productInstallDirBaseName
-    "Returns a default installDir which will appear in <app>.nsi.
-     This is usually not the one you want to keep"
-
-    ^ (self package asCollectionOfSubstringsSeparatedByAny:':/') last
-!
-
 productName
     "Return a product name which will appear in <lib>.rc"