diff -r f026ffeb44db -r 249b56817140 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"