aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-11-14 19:53:18 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-11-16 14:19:05 -0300
commit6db0e13380d4818a3ab14975e5c30d50c2e4d0e2 (patch)
treee17e60785b28544b4697ea92923f8c502cc6ecd6 /cppgenerator.h
parentf55aaaf1de07f0039d9ca051d935a80fb668f6eb (diff)
removed unused CppGenerator::writeNonVirtualModifiedFunctionNative
method; it was used only by the boostpythongenerator from where Shiboken code forked Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Diffstat (limited to 'cppgenerator.h')
-rw-r--r--cppgenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cppgenerator.h b/cppgenerator.h
index 257169063..035f67ed0 100644
--- a/cppgenerator.h
+++ b/cppgenerator.h
@@ -43,7 +43,6 @@ protected:
void finishGeneration();
private:
- void writeNonVirtualModifiedFunctionNative(QTextStream& s, const AbstractMetaFunction* func);
void writeConstructorNative(QTextStream& s, const AbstractMetaFunction* func);
void writeDestructorNative(QTextStream& s, const AbstractMetaClass* metaClass);
void writeVirtualMethodNative(QTextStream& s, const AbstractMetaFunction* func);