summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/option.h')
-rw-r--r--qmake/option.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/option.h b/qmake/option.h
index 88ad989b82..10d696ec68 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -106,7 +106,6 @@ struct Option
//both of these must be called..
static int init(int argc=0, char **argv=0); //parse cmdline
- static void applyHostMode();
static void prepareProject(const QString &pfile);
static bool postProcessProject(QMakeProject *);