diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-04-20 19:26:11 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-05-08 20:58:01 (GMT) |
commit | da8faa8c7e54df0abbdfd50c29235320164453aa (patch) | |
tree | c77423e5752786c6420c1df224e37e6f09d3cc37 /Source/cmState.h | |
parent | c3f41af2be49c1850c526eeac381b0c5989d7f15 (diff) | |
download | CMake-da8faa8c7e54df0abbdfd50c29235320164453aa.zip CMake-da8faa8c7e54df0abbdfd50c29235320164453aa.tar.gz CMake-da8faa8c7e54df0abbdfd50c29235320164453aa.tar.bz2 |
cmState: remove RemoveUnscriptableCommands
Diffstat (limited to 'Source/cmState.h')
-rw-r--r-- | Source/cmState.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmState.h b/Source/cmState.h index d2af5ce..240d75b 100644 --- a/Source/cmState.h +++ b/Source/cmState.h @@ -121,7 +121,6 @@ public: cmCommand* GetCommand(std::string const& name) const; void AddCommand(cmCommand* command); - void RemoveUnscriptableCommands(); void RenameCommand(std::string const& oldName, std::string const& newName); void RemoveUserDefinedCommands(); std::vector<std::string> GetCommandNames() const; |