ApplicationDefinition.st
changeset 11040 c68b1ae4a95e
parent 11038 3026530d8e37
child 11073 dafd7ac86d27
--- a/ApplicationDefinition.st	Tue Jun 03 21:19:48 2008 +0200
+++ b/ApplicationDefinition.st	Wed Jun 04 15:39:08 2008 +0200
@@ -537,14 +537,6 @@
     ^ self docDirPath replaceAll:$/ with:$\.
 !
 
-fileDescription
-    "Return a description string which will appear in nt.def / bc.def and the rc-file"
-
-    ^ self description , ' App'
-
-    "Created: / 14-09-2006 / 20:08:11 / cg"
-!
-
 hasLicenceToAcceptDuringInstallation
     ^ false
 
@@ -2416,5 +2408,5 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.111 2008-06-03 19:19:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.112 2008-06-04 13:39:08 stefan Exp $'
 ! !