From 157c962b436ecc8c10be37fe35def040a5304d99 Mon Sep 17 00:00:00 2001 From: Steve Northover Date: Wed, 26 Oct 2005 22:06:55 +0000 Subject: fix formatting --- .../org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java | 1 - 1 file changed, 1 deletion(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT') diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java index 453dadc7ee..c12edee9ba 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java @@ -383,7 +383,6 @@ LRESULT WM_UPDATEUISTATE (int wParam, int lParam) { * * NOTE: The DefWindowProc() must be called in order to * broadcast WM_UPDATEUISTATE message to the children. - * */ if ((state & TRANSPARENT) != 0) { if (OS.COMCTL32_MAJOR >= 6 && OS.IsAppThemed ()) { -- cgit