Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / text / JavaIndenter.java
index a98eacd..0a1c9a2 100644 (file)
@@ -95,9 +95,9 @@ public class JavaIndenter {
         *         reference position to <code>offset</code> resides, or
         *         <code>null</code> if it cannot be determined
         */
-       public StringBuffer getReferenceIndentation(int offset) {
-               return getReferenceIndentation(offset, false);
-       }
+//     public StringBuffer getReferenceIndentation(int offset) {
+//             return getReferenceIndentation(offset, false);
+//     }
 
        /**
         * Computes the indentation at the reference point of <code>position</code>.
@@ -332,9 +332,9 @@ public class JavaIndenter {
         * @return the reference statement relative to which <code>offset</code>
         *         should be indented, or {@link JavaHeuristicScanner#NOT_FOUND}
         */
-       public int findReferencePosition(int offset) {
-               return findReferencePosition(offset, peekChar(offset));
-       }
+//     public int findReferencePosition(int offset) {
+//             return findReferencePosition(offset, peekChar(offset));
+//     }
 
        /**
         * Peeks the next char in the document that comes after <code>offset</code>