1
0
Fork 0
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:
Martin Oberhuber 2007-03-29 13:56:34 +00:00
parent 2d45b980a7
commit 1ad8a9f0f7

View file

@ -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());
}
/*