diff options
Diffstat (limited to 'qmake/project.h')
-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 50706cb..bfebed0 100644 --- a/qmake/project.h +++ b/qmake/project.h @@ -196,10 +196,6 @@ inline QString QMakeProject::first(const QString &v) inline QMap<QString, QStringList> &QMakeProject::variables() { return vars; } -// Helper functions needed for Symbian -bool isForSymbian(); -bool isForSymbianSbsv2(); - QT_END_NAMESPACE #endif // PROJECT_H |