summaryrefslogtreecommitdiffstats
path: root/src/qdoc/tree.h
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2019-08-03 18:01:21 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2019-08-16 05:53:35 +0000
commit4614376a9ebc52b63c4f59e69cbfa6f3c43a47b7 (patch)
tree52da12eee1be1326160aae2f7014ce0538c4ef9c /src/qdoc/tree.h
parentb8765a7aad93d8e9a4b4fa329ad386b10e39bbe8 (diff)
QDoc: Get rid of old #if 0 blocks
Most of these have remained unchanged since 2015, so it seems it is simply not needed. In any case, these lines of code are all contained in the git history. Change-Id: I1bda6bc0aad61d59ec2f83de31d29e17d5255b71 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/tree.h')
-rw-r--r--src/qdoc/tree.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/qdoc/tree.h b/src/qdoc/tree.h
index b5b01eaf8..b9b507f97 100644
--- a/src/qdoc/tree.h
+++ b/src/qdoc/tree.h
@@ -127,12 +127,6 @@ class Tree
int pathIndex,
const Node *start,
bool (Node::*) () const) const;
-#if 0
- Node *findNodeRecursive(const QStringList &path,
- int pathIndex,
- const Node *start,
- Node::NodeType type) const;
-#endif
const Node *findNodeForTarget(const QStringList &path,
const QString &target,
const Node *node,