summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/location.cpp
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-11-22 16:08:00 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-11-22 16:08:00 (GMT)
commitd468fe4ca99561e9e575edc0e9d99080e93d91a3 (patch)
tree764b5f876498e8bc9523d96cafe280b65661bbcb /tools/qdoc3/location.cpp
parent035a1416bbe95771649da7e3bfb3ed5c19ab4524 (diff)
downloadQt-d468fe4ca99561e9e575edc0e9d99080e93d91a3.zip
Qt-d468fe4ca99561e9e575edc0e9d99080e93d91a3.tar.gz
Qt-d468fe4ca99561e9e575edc0e9d99080e93d91a3.tar.bz2
Removed unused code.
Diffstat (limited to 'tools/qdoc3/location.cpp')
-rw-r--r--tools/qdoc3/location.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/qdoc3/location.cpp b/tools/qdoc3/location.cpp
index dee87d1..1257a45 100644
--- a/tools/qdoc3/location.cpp
+++ b/tools/qdoc3/location.cpp
@@ -390,10 +390,6 @@ QString Location::top() const
if (lineNo() >= 1) {
str += QLatin1Char(':');
str += QString::number(lineNo());
-#if 0
- if (columnNo() >= 1)
- str += ":" + QString::number(columnNo());
-#endif
}
if (etc())
str += QLatin1String(" (etc.)");