summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio9Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-17 20:19:27 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-17 20:19:27 (GMT)
commitd3d9218a52dad04c1cfa87e537d98ee0678db1db (patch)
treed16366e5c6f291954815f365314883922efa3d33 /Source/cmGlobalVisualStudio9Generator.h
parenteeb60102e813c6c69546e4257a332ede4e234171 (diff)
downloadCMake-d3d9218a52dad04c1cfa87e537d98ee0678db1db.zip
CMake-d3d9218a52dad04c1cfa87e537d98ee0678db1db.tar.gz
CMake-d3d9218a52dad04c1cfa87e537d98ee0678db1db.tar.bz2
VS: Remove unused method from VS 9 generator
Diffstat (limited to 'Source/cmGlobalVisualStudio9Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio9Generator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio9Generator.h b/Source/cmGlobalVisualStudio9Generator.h
index f1c7091..c24d5fe 100644
--- a/Source/cmGlobalVisualStudio9Generator.h
+++ b/Source/cmGlobalVisualStudio9Generator.h
@@ -35,8 +35,6 @@ public:
* Try to determine system infomation such as shared library
* extension, pthreads, byte order etc.
*/
- virtual void EnableLanguage(std::vector<std::string>const& languages,
- cmMakefile *, bool optional);
virtual void WriteSLNHeader(std::ostream& fout);
/**