Browse Source

Removed obsolete code.

pull/233/head
Elias Holzer 11 years ago
parent
commit
f9ef513d5f
  1. 3
      src/Generator/Generators/CSharp/CSharpTypePrinter.cs

3
src/Generator/Generators/CSharp/CSharpTypePrinter.cs

@ -12,8 +12,7 @@ namespace CppSharp.Generators.CSharp
Native, Native,
Managed, Managed,
ManagedPointer, ManagedPointer,
GenericDelegate, GenericDelegate
PrimitiveIndexer
} }
public class CSharpTypePrinterContext : TypePrinterContext public class CSharpTypePrinterContext : TypePrinterContext

Loading…
Cancel
Save