summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 188d920..d8436bb 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -158,7 +158,6 @@ int Doxygen::subpageNestingLevel = 0;
bool Doxygen::userComments = FALSE;
QCString Doxygen::spaces;
bool Doxygen::generatingXmlOutput = FALSE;
-//bool Doxygen::markdownSupport = TRUE;
GenericsSDict *Doxygen::genericsDict;
DefineList Doxygen::macroDefinitions;
@@ -10299,8 +10298,6 @@ void adjustConfiguration()
Config_getBool(REFERENCES_RELATION) ||
Config_getBool(REFERENCED_BY_RELATION);
- //Doxygen::markdownSupport = Config_getBool(MARKDOWN_SUPPORT);
-
/**************************************************************************
* Add custom extension mappings
**************************************************************************/