# HG changeset patch # User Claus Gittinger # Date 1140034372 -3600 # Node ID 249b568171406cfd8b686e86bf9f459921e90186 # Parent f026ffeb44db0ac1655fd30d1cc31f14db732b5f postBuildCode cleanup 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"