X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/JavaOutlineInformationControl.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/JavaOutlineInformationControl.java index 31cdf12..b99ee96 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/JavaOutlineInformationControl.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/JavaOutlineInformationControl.java @@ -279,9 +279,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