removed unused private methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / phpeditor / JavaSelectMarkerRulerAction2.java
index 5b3abd8..0e9b0bc 100644 (file)
@@ -88,10 +88,10 @@ public class JavaSelectMarkerRulerAction2 extends SelectAnnotationRulerAction {
         *            the annotation
         * @return <code>true</code> iff the annotation is an override annotation
         */
-       private boolean isOverrideIndicator(Annotation annotation) {
-               return false; // annotation instanceof
-                                               // OverrideIndicatorManager.OverrideIndicator;
-       }
+//     private boolean isOverrideIndicator(Annotation annotation) {
+//             return false; // annotation instanceof
+//                                             // OverrideIndicatorManager.OverrideIndicator;
+//     }
 
        /**
         * @param annotation
@@ -105,10 +105,10 @@ public class JavaSelectMarkerRulerAction2 extends SelectAnnotationRulerAction {
 
        }
 
-       private boolean isQuickFixTarget(Annotation a) {
-               return false; // JavaCorrectionProcessor.hasCorrections(a) || a
-                                               // instanceof AssistAnnotation;
-       }
+//     private boolean isQuickFixTarget(Annotation a) {
+//             return false; // JavaCorrectionProcessor.hasCorrections(a) || a
+//                                             // instanceof AssistAnnotation;
+//     }
 
        private void triggerAction(String actionID) {
                IAction action = getTextEditor().getAction(actionID);