Browse Source

STYLE: Removed unused method declarations.

Brad King 19 years ago
parent
commit
05b5600444
1 changed files with 0 additions and 10 deletions
  1. 0 10
      Source/cmLocalVisualStudio7Generator.h

+ 0 - 10
Source/cmLocalVisualStudio7Generator.h

@@ -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();