diff options
author | Christophe Cornu <ccornu> | 2003-03-03 16:55:07 +0000 |
---|---|---|
committer | Christophe Cornu <ccornu> | 2003-03-03 16:55:07 +0000 |
commit | eebaa7ec16b0ca8edd83633a437924d25a75f4af (patch) | |
tree | 73ffb059a71d2d3b70939f33f783db738098835f | |
parent | 59534c7cbb22f23d1d3e8f358ce58641fe41a8aa (diff) | |
download | eclipse.platform.swt-eebaa7ec16b0ca8edd83633a437924d25a75f4af.tar.gz eclipse.platform.swt-eebaa7ec16b0ca8edd83633a437924d25a75f4af.tar.xz eclipse.platform.swt-eebaa7ec16b0ca8edd83633a437924d25a75f4af.zip |
quiet compiler warnings
3 files changed, 0 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DragSource.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DragSource.java index c5c234b2e3..674eb63251 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DragSource.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DragSource.java @@ -9,7 +9,6 @@ package org.eclipse.swt.dnd; import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; -import org.eclipse.swt.internal.*; /** * diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DropTarget.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DropTarget.java index 92fb523ae9..5aa8337426 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DropTarget.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DropTarget.java @@ -8,9 +8,7 @@ package org.eclipse.swt.dnd; */ import org.eclipse.swt.*; -import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; -import org.eclipse.swt.internal.*; /** * diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/Transfer.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/Transfer.java index 05ab72e2ca..5bd1d3cb86 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/Transfer.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/Transfer.java @@ -6,9 +6,6 @@ package org.eclipse.swt.dnd; * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html */ - -import org.eclipse.swt.internal.Converter; -import org.eclipse.swt.widgets.Display; /** * <code>Transfer</code> provides a mechanism for converting between a java |