summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-02-15 14:23:02 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-02-15 14:23:02 (GMT)
commite2157cd6d65297339419e73b53e01a7d2cd25d2c (patch)
tree3e5bf6b8bb564e03f9cabf403a80c57793bf23ef /src/doxygen.h
parentc8d3befccbfbba83c2c0509dc23d53144177aa94 (diff)
downloadDoxygen-e2157cd6d65297339419e73b53e01a7d2cd25d2c.zip
Doxygen-e2157cd6d65297339419e73b53e01a7d2cd25d2c.tar.gz
Doxygen-e2157cd6d65297339419e73b53e01a7d2cd25d2c.tar.bz2
Removed Doxygen::gatherDefines as it was not used anymore
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 19136c3..f08be86 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -140,7 +140,6 @@ class Doxygen
static QCString entryDBFileName;
static QCString filterDBFileName;
static CiteDict *citeDict;
- static bool gatherDefines;
static bool userComments;
static IndexList *indexList;
static int subpageNestingLevel;