X-Git-Url: http://secure.phpeclipse.com

diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/PHPSyntaxRdr.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/PHPSyntaxRdr.java
index 01c578e..4932717 100644
--- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/PHPSyntaxRdr.java
+++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/PHPSyntaxRdr.java
@@ -28,7 +28,7 @@ import net.sourceforge.phpeclipse.phpeditor.php.PHPType;
 import net.sourceforge.phpeclipse.ui.WebUI;
 
 import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IPath;
+//import org.eclipse.core.runtime.IPath;
 import org.eclipse.jface.preference.IPreferenceStore;
 import org.w3c.dom.Attr;
 import org.w3c.dom.Document;
@@ -229,11 +229,11 @@ public class PHPSyntaxRdr {
 		return userdefsyntaxdata;
 	}
 
-	private static File getSyntaxFile() {
-		IPath path = PHPeclipsePlugin.getDefault().getStateLocation();
-		path = path.append(PHPSYNTAX_FILE);
-		return path.toFile();
-	}
+//	private static File getSyntaxFile() {
+//		IPath path = PHPeclipsePlugin.getDefault().getStateLocation();
+//		path = path.append(PHPSYNTAX_FILE);
+//		return path.toFile();
+//	}
 
 	private static String getAttributeValue(NamedNodeMap attributes, String name) {
 		Node node = attributes.getNamedItem(name);