VS: Remove obsolete methods.

Base class implementations for these are identical.
This commit is contained in:
Stephen Kelly
2015-05-17 11:33:16 +02:00
committed by Brad King
parent e435f875ec
commit dad8b03fbe
12 changed files with 0 additions and 68 deletions
-3
View File
@@ -28,9 +28,6 @@ public:
virtual void WriteSLNHeader(std::ostream& fout);
///! create the correct local generator
virtual cmLocalGenerator *CreateLocalGenerator(cmLocalGenerator* parent = 0);
protected:
virtual bool InitializeWindowsPhone(cmMakefile* mf);
virtual bool InitializeWindowsStore(cmMakefile* mf);