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:
parent
6aeb1f9276
commit
b0e07eb056
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue