Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2009-09-23 14:49:30 +0000
committerFelipe Heidrich2009-09-23 14:49:30 +0000
commit8eb7584645ef5dd43595d72d76008e0f6c73bfca (patch)
tree1f00861a1fd1a6a034d7dd681e7a22f425f37501 /bundles/org.eclipse.swt/Eclipse SWT AWT
parent1c67e2ba897bd2e6f23a0dc8b209f2fcb47d68d4 (diff)
downloadeclipse.platform.swt-8eb7584645ef5dd43595d72d76008e0f6c73bfca.tar.gz
eclipse.platform.swt-8eb7584645ef5dd43595d72d76008e0f6c73bfca.tar.xz
eclipse.platform.swt-8eb7584645ef5dd43595d72d76008e0f6c73bfca.zip
Bug 290216 - [Build] Compile warnings in official build
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT AWT')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java b/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java
index 35dc0d7710..a22bb6cee6 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java
@@ -18,7 +18,6 @@ import java.lang.reflect.*;
import org.eclipse.swt.*;
import org.eclipse.swt.internal.*;
-import org.eclipse.swt.internal.cocoa.*;
import org.eclipse.swt.widgets.*;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Event;

Back to the top