postBuildCode cleanup
authorClaus Gittinger <cg@exept.de>
Wed, 15 Feb 2006 21:12:52 +0100
changeset 1993 249b56817140
parent 1992 f026ffeb44db
child 1994 afcf20d971e0
postBuildCode cleanup
ImageEditor.st
--- a/ImageEditor.st	Wed Feb 15 21:12:43 2006 +0100
+++ b/ImageEditor.st	Wed Feb 15 21:12:52 2006 +0100
@@ -3677,16 +3677,6 @@
     imageEditView := (self componentAt: #imageEditView) subViews first.
 !
 
-postBuildAsSubcanvasWith:aBuilder
-    super postBuildAsSubcanvasWith:aBuilder.
-    self commonPostBuild.
-!
-
-postBuildWith:aBuilder
-    super postBuildWith:aBuilder.
-    self commonPostBuild.
-!
-
 postOpenWith:aBuilder
     "after opening, sets the masterApplication of the imageEditView to self;
      evaluate the postOpenAction"