summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-04-20 19:26:11 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-05-08 20:58:01 (GMT)
commitda8faa8c7e54df0abbdfd50c29235320164453aa (patch)
treec77423e5752786c6420c1df224e37e6f09d3cc37 /Source/cmState.h
parentc3f41af2be49c1850c526eeac381b0c5989d7f15 (diff)
downloadCMake-da8faa8c7e54df0abbdfd50c29235320164453aa.zip
CMake-da8faa8c7e54df0abbdfd50c29235320164453aa.tar.gz
CMake-da8faa8c7e54df0abbdfd50c29235320164453aa.tar.bz2
cmState: remove RemoveUnscriptableCommands
Diffstat (limited to 'Source/cmState.h')
-rw-r--r--Source/cmState.h1
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;