summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/location.cpp
diff options
context:
space:
mode:
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 13e7bb3..71ee196 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.)");