ImageEditor.st
changeset 3513 79c3eab8cb2f
parent 3512 36cd31bca6a4
child 3526 d27e02006468
--- a/ImageEditor.st	Thu Dec 07 15:58:49 2017 +0100
+++ b/ImageEditor.st	Tue Jan 16 22:13:14 2018 +0100
@@ -303,14 +303,6 @@
 
 !ImageEditor class methodsFor:'help specs'!
 
-flyByHelpSpec
-    <resource: #programHelp>
-
-    ^super flyByHelpSpec addPairsFrom:(self helpPairs)
-
-    "Modified: / 16-02-2017 / 12:30:55 / cg"
-!
-
 helpPairs
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
@@ -611,21 +603,11 @@
 !
 
 helpSpec
-    "This resource specification was automatically generated
-     by the UIHelpTool of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the UIHelpTool may not be able to read the specification."
-
-    "
-     UIHelpTool openOnClass:ImageEditor
-    "
-
     <resource: #programHelp>
 
     ^super helpSpec addPairsFrom:(self helpPairs)
 
-    "Modified: / 16-02-2017 / 12:30:50 / cg"
+    "Modified: / 16-02-2017 / 12:30:55 / cg"
 ! !
 
 !ImageEditor class methodsFor:'image specs'!