diff options
| author | Martin Smith <martin.smith@nokia.com> | 2012-07-05 13:58:17 +0200 |
|---|---|---|
| committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-06 03:54:26 +0200 |
| commit | 2f0dbd04394c6829726aa9ab48d6746b00c1b42c (patch) | |
| tree | 5d051d1ca206a10336e182b0afd26081a9066b92 /src/tools/qdoc/doc.cpp | |
| parent | e17c87df9c4e31cb23cc71758972ac1254a415db (diff) | |
qdoc: Removed several #if 0 blocks.
Removed a lot of dead code.
Change-Id: I237521efab7dd046d3a47ab92a6a0e083c59ab55
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/tools/qdoc/doc.cpp')
| -rw-r--r-- | src/tools/qdoc/doc.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tools/qdoc/doc.cpp b/src/tools/qdoc/doc.cpp index b60563c7f3e..c52b44f72b0 100644 --- a/src/tools/qdoc/doc.cpp +++ b/src/tools/qdoc/doc.cpp @@ -1985,16 +1985,6 @@ void DocParser::parseAlso() } } -//static bool debug = false; -#if 0 -if (type == Atom::DivLeft) -debug = true; -if (debug) -qDebug() << type << string; -if (type == Atom::DivRight) -debug = false; -#endif - void DocParser::append(Atom::Type type, const QString &string) { Atom::Type lastType = priv->text.lastAtom()->type(); |
