diff options
author | David Boddie <david.boddie@nokia.com> | 2010-11-22 16:08:00 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-11-22 16:08:00 (GMT) |
commit | d468fe4ca99561e9e575edc0e9d99080e93d91a3 (patch) | |
tree | 764b5f876498e8bc9523d96cafe280b65661bbcb /tools/qdoc3/cppcodemarker.cpp | |
parent | 035a1416bbe95771649da7e3bfb3ed5c19ab4524 (diff) | |
download | Qt-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.cpp | 15 |
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) |