remove unnecessary commented code RCL_2_4
authordadubrow
Mon, 15 Feb 2010 14:02:41 -0600
branchRCL_2_4
changeset 958 33531ba934b7
parent 954 c018961ec23d
child 959 a9c84e6d779f
remove unnecessary commented code
debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/LaunchPlugin.java
--- 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;
 	}