diff options
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmaketool.cpp')
-rw-r--r-- | src/plugins/cmakeprojectmanager/cmaketool.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmaketool.cpp b/src/plugins/cmakeprojectmanager/cmaketool.cpp index 0af885ac17..0f4d6f6f00 100644 --- a/src/plugins/cmakeprojectmanager/cmaketool.cpp +++ b/src/plugins/cmakeprojectmanager/cmaketool.cpp @@ -151,15 +151,6 @@ FilePath CMakeTool::filePath() const return m_executable; } -void CMakeTool::setAutorun(bool autoRun) -{ - if (m_isAutoRun == autoRun) - return; - - m_isAutoRun = autoRun; - CMakeToolManager::notifyAboutUpdate(this); -} - bool CMakeTool::isValid() const { if (!m_id.isValid() || !m_introspection) |