Skip to content
Snippets Groups Projects
Commit 70356993 authored by dt's avatar dt
Browse files

Remove function that was only declared but not used from BuildStep

Even private
parent 20767b79
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment