summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-11-28 18:24:00 +0000
committerCarolyn MacLeod <carolyn>2006-11-28 18:24:00 +0000
commit8c33a828c39adf9cbabf0df3c21aaa8d6c1d2bb0 (patch)
tree7c438cc530c8145a79659953405a1323d73a7121 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
parente5934981e0490113613a99f0dff864a49be5a7f4 (diff)
downloadeclipse.platform.swt-8c33a828c39adf9cbabf0df3c21aaa8d6c1d2bb0.tar.gz
eclipse.platform.swt-8c33a828c39adf9cbabf0df3c21aaa8d6c1d2bb0.tar.xz
eclipse.platform.swt-8c33a828c39adf9cbabf0df3c21aaa8d6c1d2bb0.zip
remove comment
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
index 6b81c112f8..8f82ce0eb4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
@@ -164,7 +164,7 @@ static int checkStyle (int style) {
*/
style &= ~(SWT.H_SCROLL | SWT.V_SCROLL);
style = checkBits (style, SWT.DATE, SWT.TIME, SWT.CALENDAR, 0, 0, 0);
- return checkBits (style, SWT.MEDIUM, SWT.SHORT, SWT.LONG, 0/*SWT.FULL*/, 0, 0);
+ return checkBits (style, SWT.MEDIUM, SWT.SHORT, SWT.LONG, 0, 0, 0);
}
protected void checkSubclass () {