Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / PHPeclipsePlugin.java
index 0d390cc..ba72251 100644 (file)
@@ -76,7 +76,7 @@ import org.eclipse.core.runtime.CoreException;
 import org.eclipse.core.runtime.IPath;
 import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Path;
+//import org.eclipse.core.runtime.Path;
 //import org.eclipse.core.runtime.Platform;
 import org.eclipse.core.runtime.Plugin;
 import org.eclipse.core.runtime.Status;
@@ -231,7 +231,7 @@ public class PHPeclipsePlugin extends /*AbstractUIPlugin*/Plugin implements
 
        /*private MembersOrderPreferenceCache fMembersOrderPreferenceCache;*/
 
-       private IFile fLastEditorFile = null;
+       //private IFile fLastEditorFile = null;
 
 /*     private JavaEditorTextHoverDescriptor[] fJavaEditorTextHoverDescriptors;*/
 
@@ -482,9 +482,9 @@ public class PHPeclipsePlugin extends /*AbstractUIPlugin*/Plugin implements
 //             return getDefault().internalGetImageDescriptorRegistry();
 //     }
 
-       static IPath getInstallLocation() {
-               return new Path(getDefault().getBundle().getEntry("/").getFile());
-       }
+//     static IPath getInstallLocation() {
+//             return new Path(getDefault().getBundle().getEntry("/").getFile());
+//     }
 
        // public static int getJVM() {
        // return jvm;
@@ -678,9 +678,9 @@ public class PHPeclipsePlugin extends /*AbstractUIPlugin*/Plugin implements
 //             return fJavaTextTools;
 //     }
 
-       public IFile getLastEditorFile() {
-               return fLastEditorFile;
-       }
+//     public IFile getLastEditorFile() {
+//             return fLastEditorFile;
+//     }
 
        /**
         * Returns the string from the plugin's resource bundle, or 'key' if not
@@ -933,7 +933,7 @@ public class PHPeclipsePlugin extends /*AbstractUIPlugin*/Plugin implements
 //     }
 
        public void setLastEditorFile(IFile textEditor) {
-               this.fLastEditorFile = textEditor;
+               //this.fLastEditorFile = textEditor;
        }
 
        /*