mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Cosmetics.
This commit is contained in:
parent
afc026fcd3
commit
d157c97d3f
1 changed files with 1 additions and 5 deletions
|
@ -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<IPath> filesFound) {
|
||||
ILabelProvider renderer= new LabelProvider() {
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue