mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
VS: Remove obsolete methods.
Base class implementations for these are identical.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user