summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-04-29 17:16:50 (GMT)
committerGitHub <noreply@github.com>2021-04-29 17:16:50 (GMT)
commitc6d77227efaf332a5d24bc12d32f4b1fec6b13b9 (patch)
tree426ce6b976c194ccabd5ca5bb499325a1044eaee /src/doxygen.h
parent9134b15e46bcc6f8323aa6b24546a17e11f950bf (diff)
parentd5578494bfc9342ae83b544a5200aa630ec0b2eb (diff)
downloadDoxygen-c6d77227efaf332a5d24bc12d32f4b1fec6b13b9.zip
Doxygen-c6d77227efaf332a5d24bc12d32f4b1fec6b13b9.tar.gz
Doxygen-c6d77227efaf332a5d24bc12d32f4b1fec6b13b9.tar.bz2
Merge pull request #8332 from albert-github/feature/issue_8329
issue #8329 Force line buffering
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 3cc6934..f090f1f 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -105,7 +105,6 @@ class Doxygen
static SearchIndexIntf *searchIndex;
static SymbolMap<Definition> symbolMap;
static ClangUsrMap *clangUsrMap;
- static bool outputToWizard;
static Cache<std::string,LookupInfo> *lookupCache;
static DirLinkedMap *dirLinkedMap;
static DirRelationLinkedMap dirRelations;