summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio12Generator.h
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2013-08-04 16:22:22 (GMT)
committerPatrick Gansterer <paroga@paroga.com>2013-08-05 11:38:28 (GMT)
commit40a4302414e7dc51525f0b14159f0bebb45c9614 (patch)
treee10caf3320d86c9df3d9ba10f28e659a2dbea901 /Source/cmGlobalVisualStudio12Generator.h
parentb02f09d4348afedbf9bd6d579344573e3b08b99f (diff)
downloadCMake-40a4302414e7dc51525f0b14159f0bebb45c9614.zip
CMake-40a4302414e7dc51525f0b14159f0bebb45c9614.tar.gz
CMake-40a4302414e7dc51525f0b14159f0bebb45c9614.tar.bz2
VS12: Remove duplicated overload of UseFolderProperty()
cmGlobalVisualStudio11Generator generator already defines the same function body, which makes the additional overload useless.
Diffstat (limited to 'Source/cmGlobalVisualStudio12Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio12Generator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio12Generator.h b/Source/cmGlobalVisualStudio12Generator.h
index 2a2133b..064e310 100644
--- a/Source/cmGlobalVisualStudio12Generator.h
+++ b/Source/cmGlobalVisualStudio12Generator.h
@@ -33,7 +33,6 @@ public:
virtual std::string GetUserMacrosDirectory() { return ""; }
protected:
virtual const char* GetIDEVersion() { return "12.0"; }
- bool UseFolderProperty();
private:
class Factory;
};