forked from qt-creator/qt-creator
Autotools: Remove dead code
Change-Id: Ie34b1560992a3466568be80ddc2a234e9011a1ce Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -220,14 +220,6 @@ void AutotoolsProject::onFileChanged(const QString &file)
|
||||
loadProjectTree();
|
||||
}
|
||||
|
||||
QStringList AutotoolsProject::buildTargets() const
|
||||
{
|
||||
QStringList targets;
|
||||
targets.append(QLatin1String("all"));
|
||||
targets.append(QLatin1String("clean"));
|
||||
return targets;
|
||||
}
|
||||
|
||||
static QStringList filterIncludes(const QString &absSrc, const QString &absBuild,
|
||||
const QStringList &in)
|
||||
{
|
||||
|
@@ -56,8 +56,6 @@ public:
|
||||
explicit AutotoolsProject(const Utils::FilePath &fileName);
|
||||
~AutotoolsProject() override;
|
||||
|
||||
QStringList buildTargets() const;
|
||||
|
||||
protected:
|
||||
RestoreResult fromMap(const QVariantMap &map, QString *errorMessage) override;
|
||||
|
||||
|
Reference in New Issue
Block a user