1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00

Warning elimination

This commit is contained in:
Oleg Krasilnikov 2007-04-03 13:43:01 +00:00
parent 733f00d3a8
commit 86006c2f13

View file

@ -102,7 +102,9 @@ public class MakeProjectWizardOptionPage extends NewCProjectWizardOptionPage {
}
public boolean isIndexerEnabled(){
return makeWizardBlock.indexBlock.isIndexEnabled();
// isIndexEnabled() * @deprecated always returns false
// return makeWizardBlock.indexBlock.isIndexEnabled();
return false;
}
public void setupHelpContextIds(){