diff --git a/src/plugins/cmakeprojectmanager/cmakeproject.h b/src/plugins/cmakeprojectmanager/cmakeproject.h
index a2b79a7801d2351f5b4062a5f63ab67b35ec49c1..df1b9a7a577c628a077deaf4275ca4197b7f6f4c 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();