Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / src / net / sourceforge / phpdt / internal / debug / core / breakpoints / PHPLineBreakpoint.java
index 3196ff8..e7e4673 100644 (file)
@@ -110,9 +110,9 @@ public class PHPLineBreakpoint extends PHPBreakpoint implements IBreakpoint,
        /**
         * Returns the type of marker associated with Java line breakpoints
         */
-       public static String getMarkerType() {
-               return PHP_LINE_BREAKPOINT;
-       }
+//     public static String getMarkerType() {
+//             return PHP_LINE_BREAKPOINT;
+//     }
 
        public int getHitCount() throws CoreException {
                return ensureMarker().getAttribute(PHPBreakpoint.HIT_COUNT, 1);