*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 15 Feb 2006 17:49:58 +0100
changeset 1985 8c887bee94fa
parent 1984 6e994247bf8e
child 1986 5cb77205ce00
*** empty log message ***
ImageEditor.st
--- a/ImageEditor.st	Wed Feb 15 17:49:52 2006 +0100
+++ b/ImageEditor.st	Wed Feb 15 17:49:58 2006 +0100
@@ -1568,51 +1568,6 @@
          
         )
       )
-!
-
-windowSpecInBrowser
-    "This resource specification was automatically generated
-     by the UIPainter of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the UIPainter may not be able to read the specification."
-
-    "
-     UIPainter new openOnClass:ImageEditor andSelector:#windowSpecInBrowser
-     ImageEditor new openInterface:#windowSpecInBrowser
-    "
-
-    <resource: #canvas>
-
-    ^ 
-     #(FullSpec
-        name: windowSpecInBrowser
-        window: 
-       (WindowSpec
-          label: 'Image Editor'
-          name: 'Image Editor'
-          min: (Point 400 320)
-          bounds: (Rectangle 0 0 450 350)
-          menu: menu
-        )
-        component: 
-       (SpecCollection
-          collection: (
-           (MenuPanelSpec
-              name: 'ToolBar1'
-              layout: (LayoutFrame 0 0 0 0 0 1 30 0)
-              menu: menu
-            )
-           (UISubSpecification
-              name: 'SubSpecification1'
-              layout: (LayoutFrame 0 0 30 0 0 1 0 1)
-              majorKey: ImageEditor
-              minorKey: windowSpec
-            )
-           )
-         
-        )
-      )
 ! !
 
 !ImageEditor class methodsFor:'menu specs'!