mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
[178832] remove unnecessary CDT "internal" dependency
This commit is contained in:
parent
2d45b980a7
commit
1ad8a9f0f7
1 changed files with 2 additions and 1 deletions
|
@ -98,7 +98,8 @@ public class RemoteCMainTab extends CMainTab {
|
|||
PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(),
|
||||
"org.eclipse.rse.internal.remotecdt.launchgroup"); //$NON-NLS-1$
|
||||
|
||||
LaunchUIPlugin.setDialogShell(parent.getShell());
|
||||
////No more needed according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=178832
|
||||
//LaunchUIPlugin.setDialogShell(parent.getShell());
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue