diff --git a/src/plugins/cmakeprojectmanager/cmakeproject.h b/src/plugins/cmakeprojectmanager/cmakeproject.h index a2b79a7801d..df1b9a7a577 100644 --- a/src/plugins/cmakeprojectmanager/cmakeproject.h +++ b/src/plugins/cmakeprojectmanager/cmakeproject.h @@ -227,7 +227,6 @@ public: QString displayName() const; // This is called to set up the config widget before showing it - // buildConfiguration is QString::null for the non buildConfiguration specific page virtual void init(ProjectExplorer::BuildConfiguration *bc); private slots: void openChangeBuildDirectoryDialog();