summaryrefslogtreecommitdiffstats
path: root/qmake/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/project.h')
-rw-r--r--qmake/project.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/project.h b/qmake/project.h
index 57ea023acd..cf71e5e72c 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -78,7 +78,6 @@ class QMakeProject
FunctionBlock *function;
QHash<QString, FunctionBlock*> testFunctions, replaceFunctions;
- bool recursive;
bool host_build;
bool need_restart;
bool own_prop;
@@ -175,7 +174,6 @@ public:
void dump() const;
- bool isRecursive() const { return recursive; }
bool isHostBuild() const { return host_build; }
protected: