--- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/LaunchPlugin.java Mon Feb 15 13:20:54 2010 -0600
+++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/LaunchPlugin.java Mon Feb 15 14:02:41 2010 -0600
@@ -85,9 +85,6 @@
public class LaunchPlugin extends AbstractUIPlugin implements ILaunchListener, ILaunchConfigurationListener, IStartup {
public interface ILaunchCreationWizardFactory {
-// ILaunchCreationWizard createLaunchCreationWizard(IProject project, String mode,
-// final String defaultConfigName, boolean isX86, boolean useEmulatorByDefault,
-// IPath defaultExecutable, List<IPath> exePaths, List<IPath> mmpPaths) throws Exception;
ILaunchCreationWizard createLaunchCreationWizard(LaunchOptions launchOptions) throws Exception;
}