*** empty log message ***
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
index eaf9372..a14e83c 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
@@ -521,7 +521,6 @@
 		NSColor.windowBackgroundColor().setFill();
 		NSBezierPath.fillRect(rect);
 		context.restoreGraphicsState();
-		return;
 	}
 	super.drawRect(id, rect);
 }