summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-16 18:06:29 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-01-22 20:45:20 (GMT)
commitb07a48868ad3846564c4a792ed94aef91b3825ce (patch)
treebfef632216d2471667a631d647e6716aec977981 /src/doxygen.cpp
parentb97b3b47d3d71c5ac121df27863c8d3bc27273ea (diff)
downloadDoxygen-b07a48868ad3846564c4a792ed94aef91b3825ce.zip
Doxygen-b07a48868ad3846564c4a792ed94aef91b3825ce.tar.gz
Doxygen-b07a48868ad3846564c4a792ed94aef91b3825ce.tar.bz2
Refactoring: remove unused function generateFileTree()
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 6a35a0d..e7cb5d7 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -11224,7 +11224,6 @@ void parseInput()
g_s.begin("Building file list...\n");
buildFileList(root.get());
g_s.end();
- //generateFileTree();
g_s.begin("Building class list...\n");
buildClassList(root.get());