diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-01-21 17:26:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-01-21 17:26:32 (GMT) |
commit | 13865fc4fae3806c1359e17e60b7032edc379026 (patch) | |
tree | 00a008367d2e67dfbd1eefd09d196f980bc03dc0 /Source/cmGlobalVisualStudio7Generator.h | |
parent | 35c33d0e2df8646c67125dde4c8b05267388f73c (diff) | |
download | CMake-13865fc4fae3806c1359e17e60b7032edc379026.zip CMake-13865fc4fae3806c1359e17e60b7032edc379026.tar.gz CMake-13865fc4fae3806c1359e17e60b7032edc379026.tar.bz2 |
ENH: move project map to global generator base
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 0f9e814..4d81c5c 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -88,7 +88,6 @@ public: virtual void Configure(); protected: std::string GetGUID(const char* name); - void CollectSubprojects(); virtual void OutputSLNFile(cmLocalGenerator* root, std::vector<cmLocalGenerator*>& generators); virtual void WriteSLNFile(std::ostream& fout, cmLocalGenerator* root, @@ -112,7 +111,6 @@ protected: std::vector<std::string> m_Configurations; std::map<cmStdString, cmStdString> m_GUIDMap; - std::map<cmStdString, std::vector<cmLocalGenerator*> > m_SubProjectMap; }; #endif |