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

@@ -30,11 +30,6 @@ public:
*/
std::string GetName() const CM_OVERRIDE { return "configure_file"; }
/**
* This determines if the command is invoked when in script mode.
*/
bool IsScriptable() const CM_OVERRIDE { return true; }
private:
int ConfigureFile();