Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2015-03-13 11:18:18 +0000
committerSravan Kumar Lakkimsetti2015-03-13 11:18:18 +0000
commitac1db6eb2f290c67b1174f98a5b8b141999cc11c (patch)
treed2e2e25b249638a6e7cecb23b96f61d37b283571
parent0454a143296d35330db9d05627bd0b4d968610e2 (diff)
downloadeclipse.platform.swt-ac1db6eb2f290c67b1174f98a5b8b141999cc11c.tar.gz
eclipse.platform.swt-ac1db6eb2f290c67b1174f98a5b8b141999cc11c.tar.xz
eclipse.platform.swt-ac1db6eb2f290c67b1174f98a5b8b141999cc11c.zip
Removed unused imports
Change-Id: I8467557cced1c2319b94265270fbdae8420a7988 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java1
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java2
2 files changed, 0 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
index b05cedba1e..53cfb92198 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
@@ -15,7 +15,6 @@ import org.eclipse.swt.internal.cairo.*;
import org.eclipse.swt.internal.gtk.*;
import org.eclipse.swt.internal.*;
import org.eclipse.swt.*;
-import org.eclipse.swt.graphics.*;
/**
* Class <code>GC</code> is where all of the drawing capabilities that are
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
index 62a07ee7c5..ac62241d1a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
@@ -15,8 +15,6 @@ import org.eclipse.swt.internal.*;
import org.eclipse.swt.internal.cairo.*;
import org.eclipse.swt.internal.gtk.*;
import org.eclipse.swt.*;
-import org.eclipse.swt.graphics.*;
-
import java.io.*;
/**

Back to the top