summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2002-12-17 20:23:26 +0000
committerFelipe Heidrich <fheidric>2002-12-17 20:23:26 +0000
commitcf3af684669a6beff83755913e22146a8ff83df0 (patch)
tree363199f202f49b551cc678691772d231c4554495 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
parentcc401b3aae2fa7c5248b2befaf4c524376cff313 (diff)
downloadeclipse.platform.swt-cf3af684669a6beff83755913e22146a8ff83df0.tar.gz
eclipse.platform.swt-cf3af684669a6beff83755913e22146a8ff83df0.tar.xz
eclipse.platform.swt-cf3af684669a6beff83755913e22146a8ff83df0.zip
remove warnings
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
index f44f17b0d8..0f05f25d31 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
@@ -221,7 +221,7 @@ int gtk_motion_notify_event (int widget, int eventPtr) {
int y = OS.GTK_WIDGET_Y (handle);
int width = OS.GTK_WIDGET_WIDTH (handle);
int height = OS.GTK_WIDGET_HEIGHT (handle);
- int border = 0, parentBorder = 0;
+ int parentBorder = 0;
int parentWidth = OS.GTK_WIDGET_WIDTH (parent.handle);
int parentHeight = OS.GTK_WIDGET_HEIGHT (parent.handle);
double[] px = new double [1], py = new double [1];