Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.ui / src / net / sourceforge / phpdt / internal / debug / ui / PHPDebugModelPresentation.java
index 6bed7bf..7a86414 100644 (file)
@@ -23,7 +23,7 @@ import net.sourceforge.phpdt.internal.debug.core.model.PHPVariable;
 import org.eclipse.core.resources.IFile;
 import org.eclipse.core.resources.IMarker;
 import org.eclipse.core.runtime.CoreException;
-import org.eclipse.debug.core.DebugPlugin;
+//import org.eclipse.debug.core.DebugPlugin;
 import org.eclipse.debug.core.model.IBreakpoint;
 import org.eclipse.debug.core.model.IValue;
 import org.eclipse.debug.ui.DebugUITools;
@@ -156,10 +156,10 @@ public class PHPDebugModelPresentation extends LabelProvider implements
                return;
        }
 
-       protected IBreakpoint getBreakpoint(IMarker marker) {
-               return DebugPlugin.getDefault().getBreakpointManager().getBreakpoint(
-                               marker);
-       }
+//     protected IBreakpoint getBreakpoint(IMarker marker) {
+//             return DebugPlugin.getDefault().getBreakpointManager().getBreakpoint(
+//                             marker);
+//     }
 
        protected String getBreakpointText(IBreakpoint breakpoint)
                        throws CoreException {