From 3abff670957e68c6e6bc2da2aa51acc1b5d4508f Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Fri, 6 Nov 2009 16:38:39 -0200 Subject: Added support for reverse operators. Reviewed by Marcelo Lira --- shibokengenerator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'shibokengenerator.h') diff --git a/shibokengenerator.h b/shibokengenerator.h index ae9d3b91e..82e3a30d4 100644 --- a/shibokengenerator.h +++ b/shibokengenerator.h @@ -146,7 +146,6 @@ public: static bool isNumber(const AbstractMetaType* type); static bool isPyInt(const TypeEntry* type); static bool isPyInt(const AbstractMetaType* type); - static bool isReverseOperator(const AbstractMetaFunction* func); /// Checks if an argument type should be dereferenced by the Python method wrapper /// before calling the C++ method. static bool shouldDereferenceArgumentPointer(const AbstractMetaArgument* arg); -- cgit v1.2.3