summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2012-02-24 12:33:10 -0500
committerGrant Gayed <grant_gayed@ca.ibm.com>2012-02-24 12:33:10 -0500
commite048abbf58389e1cccd6d9514c87591bba0083f6 (patch)
tree2273c700d66d1db10d8ec566634bc3d97834779f /bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal
parentffbb45ebcfe4cf4170e71894082281c96df7160f (diff)
downloadeclipse.platform.swt-e048abbf58389e1cccd6d9514c87591bba0083f6.tar.gz
eclipse.platform.swt-e048abbf58389e1cccd6d9514c87591bba0083f6.tar.xz
eclipse.platform.swt-e048abbf58389e1cccd6d9514c87591bba0083f6.zip
remove unused imports, fix some whitespace
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/Platform.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/Platform.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/Platform.java
index 7fd3805985..14d93f4c4e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/Platform.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/Platform.java
@@ -10,12 +10,8 @@
*******************************************************************************/
package org.eclipse.swt.internal;
-import java.io.*;
-import java.net.*;
-import java.util.jar.*;
public class Platform {
-
public static final String PLATFORM = "win32"; //$NON-NLS-1$
public static final Lock lock = new Lock ();