diff --git a/src/Generator/Types/Types.cs b/src/Generator/Types/Types.cs index 138ad0bb..1171ea8d 100644 --- a/src/Generator/Types/Types.cs +++ b/src/Generator/Types/Types.cs @@ -48,14 +48,6 @@ namespace CppSharp if (decl.CompleteDeclaration != null) return VisitDeclaration(decl.CompleteDeclaration); - TypeMap typeMap; - if (TypeMapDatabase.FindTypeMap(decl, out typeMap) - && typeMap.IsIgnored) - { - Ignore(); - return false; - } - if (decl.Ignore) { Ignore();