1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Enablinng removing of Resource descriptions with non-customized settings

This commit is contained in:
Mikhail Sennikovsky 2007-03-23 09:14:18 +00:00
parent 6aeb1f9276
commit b0e07eb056

View file

@ -3165,8 +3165,6 @@ public class CProjectDescriptionManager {
}
static boolean removeNonCustomSettings(IProject project, CConfigurationData data){
if(true)
return false;
PathSettingsContainer cr = CDataUtil.createRcDataHolder(data);
PathSettingsContainer[] crs = cr.getChildren(false);
PathSettingsContainer child, parent;