From 83df2914d6c98e40b9aeb1154149427276f45417 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Tue, 15 Dec 2009 14:42:53 -0300 Subject: Updates generator to use improvements in API Extractor regarding function modifications. --- shibokengenerator.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'shibokengenerator.h') diff --git a/shibokengenerator.h b/shibokengenerator.h index f7a79e708..3ee45487f 100644 --- a/shibokengenerator.h +++ b/shibokengenerator.h @@ -113,13 +113,6 @@ public: const AbstractMetaArgument* lastArg = 0, const AbstractMetaClass* context = 0); - /** - * Returns a function's code snippets. - * \param func the function from which retrieve the code snippets - * \return a list containing the function code snippets - */ - CodeSnipList getCodeSnips(const AbstractMetaFunction* func); - /** * Verifies if any of the function's code injections of the "target" * type needs the type system variable "%CPPSELF". @@ -285,7 +278,6 @@ protected: static QString retvalVariableName() { return QString("py_result"); } - static FunctionModificationList functionModifications(const AbstractMetaFunction* func); AbstractMetaFunctionList queryFunctions(const AbstractMetaClass* metaClass, bool allFunction = false); void writeFunctionCall(QTextStream& s, const AbstractMetaFunction* metaFunc, -- cgit v1.2.3