Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / wizards / dialogfields / StringButtonStatusDialogField.java
index 87fd7ea..57a7a42 100644 (file)
@@ -58,16 +58,16 @@ public class StringButtonStatusDialogField extends StringButtonDialogField {
        /**
         * Sets the status image. Caller is responsible to dispose image
         */
-       public void setStatus(Image image) {
-               if (isOkToUse(fStatusLabelControl)) {
-                       if (image == null) {
-                               fStatusLabelControl.setImage(null);
-                       } else {
-                               fStatusLabelControl.setImage(image);
-                       }
-               }
-               fStatus = image;
-       }
+//     public void setStatus(Image image) {
+//             if (isOkToUse(fStatusLabelControl)) {
+//                     if (image == null) {
+//                             fStatusLabelControl.setImage(null);
+//                     } else {
+//                             fStatusLabelControl.setImage(image);
+//                     }
+//             }
+//             fStatus = image;
+//     }
 
        /**
         * Sets the staus string hint of the status label. The string is used to
@@ -81,10 +81,10 @@ public class StringButtonStatusDialogField extends StringButtonDialogField {
        /**
         * Sets the width hint of the status label.
         */
-       public void setStatusWidthHint(int widthHint) {
-               fWidthHint = widthHint;
-               fWidthHintString = null;
-       }
+//     public void setStatusWidthHint(int widthHint) {
+//             fWidthHint = widthHint;
+//             fWidthHintString = null;
+//     }
 
        // ------- layout helpers