summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Theme
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe>2010-11-11 18:07:22 +0000
committerBogdan Gheorghe <gheorghe>2010-11-11 18:07:22 +0000
commita6de4674c2ceb82a6a5150cbebefaaef5a4984e2 (patch)
tree2d8eab2e2c0ca150a02fa3bb95be0668f3ec8c23 /bundles/org.eclipse.swt/Eclipse SWT Theme
parentf45f5ad677d328f27483755b77526baa2b3230d9 (diff)
downloadeclipse.platform.swt-a6de4674c2ceb82a6a5150cbebefaaef5a4984e2.tar.gz
eclipse.platform.swt-a6de4674c2ceb82a6a5150cbebefaaef5a4984e2.tar.xz
eclipse.platform.swt-a6de4674c2ceb82a6a5150cbebefaaef5a4984e2.zip
329814 - Compiler warnings in N20101108-2000 build
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Theme')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Theme/gtk/org/eclipse/swt/internal/theme/ComboDrawData.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Theme/gtk/org/eclipse/swt/internal/theme/ComboDrawData.java b/bundles/org.eclipse.swt/Eclipse SWT Theme/gtk/org/eclipse/swt/internal/theme/ComboDrawData.java
index 18af221b75..260a1d958f 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Theme/gtk/org/eclipse/swt/internal/theme/ComboDrawData.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Theme/gtk/org/eclipse/swt/internal/theme/ComboDrawData.java
@@ -106,7 +106,7 @@ int hit(Theme theme, Point position, Rectangle bounds) {
int focus_line_width = theme.getWidgetProperty(buttonHandle, "focus-line-width");
int focus_padding = theme.getWidgetProperty(buttonHandle, "focus-padding");
int xthickness = OS.gtk_style_get_xthickness(gtkStyle);
- int ythickness = OS.gtk_style_get_xthickness(gtkStyle);
+// int ythickness = OS.gtk_style_get_xthickness(gtkStyle);
int arrow_width = MIN_ARROW_SIZE;
int x_border = xthickness + focus_padding;
//int y_border = ythickness + focus_padding;