Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / text / CustomSourceInformationControl.java
index e506949..0468435 100644 (file)
@@ -233,8 +233,8 @@ public class CustomSourceInformationControl extends
         * @param scrollIndex
         *            the new horizontal scroll index
         */
-       public void setHorizontalScrollPixel(int scrollIndex) {
-               scrollIndex = Math.max(0, scrollIndex);
-               fHorizontalScrollPixel = scrollIndex;
-       }
+//     public void setHorizontalScrollPixel(int scrollIndex) {
+//             scrollIndex = Math.max(0, scrollIndex);
+//             fHorizontalScrollPixel = scrollIndex;
+//     }
 }