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 @@ -12,8 +12,7 @@ namespace CppSharp.Generators.CSharp
Native,
Managed,
ManagedPointer,
GenericDelegate,
PrimitiveIndexer
GenericDelegate
}
public class CSharpTypePrinterContext : TypePrinterContext

Loading…
Cancel
Save