1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
This commit is contained in:
Ken Ryall 2007-07-05 16:12:24 +00:00
parent b21be9a7d0
commit 7b03a50463

View file

@ -564,7 +564,6 @@ abstract public class AbstractCLaunchDelegate extends LaunchConfigurationDelegat
ICConfigurationDescription buildConfiguration = projDes.getConfigurationById(buildConfigID);
buildConfiguration.setActive();
CDTPropertyManager.performOk(null);
//AbstractPage.updateViews(buildProject);
}
} catch (CoreException e) {}