aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'shibokengenerator.h')
-rw-r--r--shibokengenerator.h1
1 files changed, 0 insertions, 1 deletions
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);