summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/cppcodemarker.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/cppcodemarker.cpp
parent035a1416bbe95771649da7e3bfb3ed5c19ab4524 (diff)
downloadQt-d468fe4ca99561e9e575edc0e9d99080e93d91a3.zip
Qt-d468fe4ca99561e9e575edc0e9d99080e93d91a3.tar.gz
Qt-d468fe4ca99561e9e575edc0e9d99080e93d91a3.tar.bz2
Removed unused code.
Diffstat (limited to 'tools/qdoc3/cppcodemarker.cpp')
-rw-r--r--tools/qdoc3/cppcodemarker.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/qdoc3/cppcodemarker.cpp b/tools/qdoc3/cppcodemarker.cpp
index 3615a84..576d103 100644
--- a/tools/qdoc3/cppcodemarker.cpp
+++ b/tools/qdoc3/cppcodemarker.cpp
@@ -455,21 +455,6 @@ QString CppCodeMarker::functionEndRegExp(const QString& /* funcName */)
return "^\\}$";
}
-#if 0
- FastSection privateReimpFuncs(classe,
- "Private Reimplemented Functions",
- "private reimplemented function",
- "private reimplemented functions");
- FastSection protectedReimpFuncs(classe,
- "Protected Reimplemented Functions",
- "protected reimplemented function",
- "protected reimplemented functions");
- FastSection publicReimpFuncs(classe,
- "Public Reimplemented Functions",
- "public reimplemented function",
- "public reimplemented functions");
-#endif
-
QList<Section> CppCodeMarker::sections(const InnerNode *inner,
SynopsisStyle style,
Status status)