diff options
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index 64a29c5..b983799 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -54,14 +54,6 @@ public: */ void SetBuildType(BuildType,const char *name); - /** - * Return array of created DSP names in a STL vector. - * Each executable must have its own dsp. - */ - std::vector<std::string> GetCreatedProjectNames() - { - return this->CreatedProjectNames; - } void SetVersion71() {this->Version = 71;} void SetVersion8() {this->Version = 8;} void SetPlatformName(const char* n) { this->PlatformName = n;} @@ -127,7 +119,6 @@ private: virtual std::string GetTargetDirectory(cmTarget&); cmVS7FlagTable const* ExtraFlagTable; - std::vector<std::string> CreatedProjectNames; std::string ModuleDefinitionFile; int Version; std::string PlatformName; // Win32 or x64 |