summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-01 09:30:44 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-01-01 10:20:17 (GMT)
commit7f79d52ff6da7bcabc6b0250ca93b4307358e8e3 (patch)
tree22b6ed1f2105fe78c468db83009437cc282f19be /src/doxygen.h
parent7f920f6807efe07e7dd30f8d358a0c5c9e4b6608 (diff)
downloadDoxygen-7f79d52ff6da7bcabc6b0250ca93b4307358e8e3.zip
Doxygen-7f79d52ff6da7bcabc6b0250ca93b4307358e8e3.tar.gz
Doxygen-7f79d52ff6da7bcabc6b0250ca93b4307358e8e3.tar.bz2
Refactoring: remove unused Doxygen::entryDBFileName and Doxygen::objDBFileName
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index dc1b7bb..8fbd51a 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -132,8 +132,6 @@ class Doxygen
static SDict<DirRelation> dirRelations;
static ParserManager *parserManager;
static bool suppressDocWarnings;
- static QCString objDBFileName;
- static QCString entryDBFileName;
static QCString filterDBFileName;
static bool userComments;
static IndexList *indexList;