STYLE: Removed unused method declarations.

This commit is contained in:
Brad King 2007-02-01 15:22:42 -05:00
parent 939ae77b7b
commit 05b5600444
1 changed files with 0 additions and 10 deletions

View File

@ -70,16 +70,6 @@ private:
typedef cmLocalVisualStudio7GeneratorOptions Options;
void ReadAndStoreExternalGUID(const char* name,
const char* path);
void ReplaceFlagSetMap(std::string& flags,
cmVS7FlagTable* flagTable,
std::map<cmStdString,
cmStdString>& flagMap,
std::string& option,
std::string::size_type pos);
void FillFlagMapFromCommandFlags(std::map<cmStdString,
cmStdString>& flagMap,
cmVS7FlagTable* flagTable,
std::string& flags);
std::string GetBuildTypeLinkerFlags(std::string rootLinkerFlags,
const char* configName);
void FixGlobalTargets();