diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-06-10 18:21:27 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-06-23 09:05:35 (GMT) |
commit | e4965d686936c8d9b357ec1f7d0fdbc3be8cffca (patch) | |
tree | 6c05d749696c568aad283df634def55d74f45d4e | |
parent | f665e020846463feda0d6907d9a9084919ae8641 (diff) | |
download | Qt-e4965d686936c8d9b357ec1f7d0fdbc3be8cffca.zip Qt-e4965d686936c8d9b357ec1f7d0fdbc3be8cffca.tar.gz Qt-e4965d686936c8d9b357ec1f7d0fdbc3be8cffca.tar.bz2 |
remove unused function
-rw-r--r-- | qmake/project.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qmake/project.h b/qmake/project.h index fd8ced1..f2edfce 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); } |