Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / text / link / ProposalPosition.java
index 4996443..b265de9 100644 (file)
@@ -55,18 +55,18 @@ public class ProposalPosition extends TypedPosition {
         * @return an array of choices, including the initial one. Clients must not
         *         modify it.
         */
-       public ICompletionProposal[] getChoices() {
-               updateChoicePositions();
-               return fChoices;
-       }
+//     public ICompletionProposal[] getChoices() {
+//             updateChoicePositions();
+//             return fChoices;
+//     }
 
        /**
         * 
         */
-       private void updateChoicePositions() {
-               for (int i = 0; i < fChoices.length; i++) {
-                       // if (fChoices[i] instanceof JavaCompletionProposal)
-                       // ((JavaCompletionProposal)fChoices[i]).setReplacementOffset(offset);
-               }
-       }
+//     private void updateChoicePositions() {
+//             for (int i = 0; i < fChoices.length; i++) {
+//                     // if (fChoices[i] instanceof JavaCompletionProposal)
+//                     // ((JavaCompletionProposal)fChoices[i]).setReplacementOffset(offset);
+//             }
+//     }
 }