cmCommand: remove IsScriptable

This commit is contained in:
Daniel Pfeifer
2017-04-17 23:00:07 +02:00
parent da8faa8c7e
commit 44c0b2b75a
48 changed files with 0 additions and 232 deletions

View File

@@ -35,11 +35,6 @@ public:
* The name of the command as specified in CMakeList.txt.
*/
std::string GetName() const CM_OVERRIDE { return "message"; }
/**
* This determines if the command is invoked when in script mode.
*/
bool IsScriptable() const CM_OVERRIDE { return true; }
};
#endif