javauis/eswt_qt/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal/CompatibilityDelegate.java
changeset 78 71ad690e91f5
parent 21 2a9601315dfc
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal/CompatibilityDelegate.java	Fri Sep 17 16:44:34 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal/CompatibilityDelegate.java	Mon Oct 04 11:29:25 2010 +0300
@@ -18,6 +18,5 @@
     public boolean canOpenFile(String path) throws SecurityException;
     public InputStream getInputStreamFromFile(String path) throws IOException;
     public String convertPathToSpecific(String path);
-    public String convertPathFromSpecific(String path);
     public OutputStream getOutStreamFromFile(String path) throws IOException;
 }