From 2f0dbd04394c6829726aa9ab48d6746b00c1b42c Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Thu, 5 Jul 2012 13:58:17 +0200 Subject: qdoc: Removed several #if 0 blocks. Removed a lot of dead code. Change-Id: I237521efab7dd046d3a47ab92a6a0e083c59ab55 Reviewed-by: Casper van Donderen --- src/tools/qdoc/doc.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/tools/qdoc/doc.cpp') 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(); -- cgit v1.2.3