core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/editor/SharedBackgroundComposite.java
changeset 2035 42a3ddebe583
parent 2031 736964f28d2a
child 2053 683a3be65e07
--- a/core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/editor/SharedBackgroundComposite.java	Thu Sep 16 16:09:17 2010 -0500
+++ b/core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/editor/SharedBackgroundComposite.java	Thu Sep 16 17:29:37 2010 -0500
@@ -62,9 +62,4 @@
 //		gc.drawRectangle(1, 1, width - 2, height - 2);
 	}
 
-	@Override
-	public void layout() {
-		super.layout();
-		pack();
-	}
 }