forked from qt-creator/qt-creator
Remove function that was only declared but not used from BuildStep
Even private
This commit is contained in:
@@ -130,7 +130,6 @@ Q_SIGNALS:
|
||||
void addToOutputWindow(const QString &string);
|
||||
|
||||
private:
|
||||
QList<BuildConfiguration *> buildConfigurations();
|
||||
void addBuildConfiguration(const QString & name);
|
||||
void removeBuildConfiguration(const QString & name);
|
||||
BuildConfiguration *getBuildConfiguration(const QString & name) const;
|
||||
|
Reference in New Issue
Block a user