summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-06-10 20:21:27 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-06-23 11:05:35 +0200
commite4965d686936c8d9b357ec1f7d0fdbc3be8cffca (patch)
tree6c05d749696c568aad283df634def55d74f45d4e /qmake
parentf665e020846463feda0d6907d9a9084919ae8641 (diff)
remove unused function
Diffstat (limited to 'qmake')
-rw-r--r--qmake/project.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/qmake/project.h b/qmake/project.h
index fd8ced1f37..f2edfce674 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -127,7 +127,6 @@ public:
QStringList userTestFunctions() { return testFunctions.keys(); }
QString projectFile();
- QString configFile();
inline QMakeProperty *properties() { return prop; }
bool doProjectTest(QString str, QMap<QString, QStringList> &place);
@@ -174,9 +173,6 @@ inline QString QMakeProject::projectFile()
return pfile;
}
-inline QString QMakeProject::configFile()
-{ return cfile; }
-
inline QStringList &QMakeProject::values(const QString &v)
{ return values(v, vars); }