summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
diff options
context:
space:
mode:
authorKevin Barnes <krbarnes>2008-04-15 18:40:05 +0000
committerKevin Barnes <krbarnes>2008-04-15 18:40:05 +0000
commita452bd8f5e1aea5b2ed85fe8d77c75bfa4ac87fa (patch)
treea88cc74fadc936c0a2071781ebdfe223b390f8a5 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
parent6f748e5e07cbf0fb04ece7ec11c71d19c851a689 (diff)
downloadeclipse.platform.swt-a452bd8f5e1aea5b2ed85fe8d77c75bfa4ac87fa.tar.gz
eclipse.platform.swt-a452bd8f5e1aea5b2ed85fe8d77c75bfa4ac87fa.tar.xz
eclipse.platform.swt-a452bd8f5e1aea5b2ed85fe8d77c75bfa4ac87fa.zip
removed blank line
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
index 7c7c6d9e62..c908a4b00c 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
@@ -1763,7 +1763,6 @@ void setBackgroundColor (GdkColor color) {
}
int setBounds (int x, int y, int width, int height, boolean move, boolean resize) {
-
int newHeight = height;
if (resize) newHeight = Math.max (getTextHeight (), height);
return super.setBounds (x, y, width, newHeight, move, resize);