X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/JavaOutlineInformationControl.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/JavaOutlineInformationControl.java index badd6d4..e37799c 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/JavaOutlineInformationControl.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/JavaOutlineInformationControl.java @@ -280,9 +280,9 @@ public class JavaOutlineInformationControl implements IInformationControl, * @param parent * the parent shell */ - public JavaOutlineInformationControl(Shell parent) { - this(parent, SWT.NONE); - } +// public JavaOutlineInformationControl(Shell parent) { +// this(parent, SWT.NONE); +// } /** * Creates a tree information control with the given shell as parent. The