ImageEditor.st
changeset 1993 249b56817140
parent 1987 3889bd6912fb
child 1995 ad11533a39e8
--- 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"