aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2019-05-28 16:36:35 +0200
committerhjk <[email protected]>2019-05-28 16:04:20 +0000
commit42d7d3123aab7370dfe9b36757e5b2c5df26baf1 (patch)
tree63c1c0e4b754f226c82a2dd8510020483a8a7970 /src/plugins/qmakeprojectmanager/qmakeparsernodes.h
parent0933c20de8547139a7da6c965f23633a30fbbe75 (diff)
QmakeProjectManager: Remove dead code
Change-Id: Ib0cf30c9aa9dce6e55fbdb914cf0bfd4a539496f Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeparsernodes.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeparsernodes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeparsernodes.h b/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
index 857d59734a4..3827957d576 100644
--- a/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
+++ b/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
@@ -204,7 +204,6 @@ private:
static QPair<ProFile *, QStringList> readProFile(const QString &file);
static QPair<ProFile *, QStringList> readProFileFromContents(const QString &contents);
void save(const QStringList &lines);
- bool priFileWritable(const QString &absoluteFilePath);
bool saveModifiedEditors();
QStringList formResources(const QString &formFile) const;
static QStringList baseVPaths(QtSupport::ProFileReader *reader, const QString &projectDir, const QString &buildDir);