summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-01 10:28:09 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-01-01 10:28:09 (GMT)
commiteec3c9ab5eb881d596b489f1f6024e4ac29f23ce (patch)
treeff00d09df7c51e53b6c93d374ad2cec63816499e /src/doxygen.h
parent54d939984cd99ee3414f6b8aee3a90a134ba8677 (diff)
downloadDoxygen-eec3c9ab5eb881d596b489f1f6024e4ac29f23ce.zip
Doxygen-eec3c9ab5eb881d596b489f1f6024e4ac29f23ce.tar.gz
Doxygen-eec3c9ab5eb881d596b489f1f6024e4ac29f23ce.tar.bz2
Refactoring: remove unused Doxygen::htmlDirMap
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index a75618c..2ce27bd 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -126,7 +126,6 @@ class Doxygen
static SymbolMap<Definition> symbolMap;
static QDict<Definition> *clangUsrMap;
static bool outputToWizard;
- static QDict<int> *htmlDirMap;
static Cache<std::string,LookupInfo> *lookupCache;
static DirLinkedMap *dirLinkedMap;
static SDict<DirRelation> dirRelations;