From d157c97d3f69aa24f3893d9de53220ed5eaf89bf Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Sat, 17 Jul 2010 18:06:18 +0000 Subject: [PATCH] Cosmetics. --- .../eclipse/cdt/internal/ui/editor/OpenIncludeAction.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/OpenIncludeAction.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/OpenIncludeAction.java index 3f44c2bcdb2..f75f053b0e5 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/OpenIncludeAction.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/OpenIncludeAction.java @@ -8,7 +8,7 @@ * Contributors: * IBM Corporation - initial API and implementation * QNX Software System - * Sergey Prigogin, Google - https://bugs.eclipse.org/bugs/show_bug.cgi?id=13221 + * Sergey Prigogin (Google) - https://bugs.eclipse.org/bugs/show_bug.cgi?id=13221 * Ed Swartz (Nokia) * Anton Leherbauer (Wind River Systems) *******************************************************************************/ @@ -160,9 +160,6 @@ public class OpenIncludeAction extends Action { } } - /** - * - */ private void noElementsFound() { MessageBox errorMsg = new MessageBox(CUIPlugin.getActiveWorkbenchShell(), SWT.ICON_ERROR | SWT.OK); errorMsg.setText(CUIPlugin.getResourceString("OpenIncludeAction.error")); //$NON-NLS-1$ @@ -255,7 +252,6 @@ public class OpenIncludeAction extends Action { }, 0); } - private IPath chooseFile(ArrayList filesFound) { ILabelProvider renderer= new LabelProvider() { @Override