1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / java / hover / SourceViewerInformationControl.java
index d852710..31b529d 100644 (file)
@@ -271,9 +271,9 @@ public class SourceViewerInformationControl implements IInformationControl,
         *            <code>null</code> if the status field should be hidden
         * @since 3.0
         */
-       public SourceViewerInformationControl(Shell parent, String statusFieldText) {
-               this(parent, SWT.NONE, statusFieldText);
-       }
+//     public SourceViewerInformationControl(Shell parent, String statusFieldText) {
+//             this(parent, SWT.NONE, statusFieldText);
+//     }
 
        /*
         * @see org.eclipse.jface.text.IInformationControlExtension2#setInput(java.lang.Object)