diff --git a/binding_generator.py b/binding_generator.py index e7609b2c..79a8132d 100644 --- a/binding_generator.py +++ b/binding_generator.py @@ -2719,8 +2719,6 @@ def correct_type(type_name, meta=None, use_alias=True): if meta is not None: if "int" in meta: return f"{meta}_t" - elif meta in type_conversion: - return type_conversion[type_name] else: return meta if type_name in type_conversion: