From f9ef513d5f1eb3bb472370ca3a8d71ce4781aba3 Mon Sep 17 00:00:00 2001 From: Elias Holzer Date: Mon, 5 May 2014 05:33:03 +0200 Subject: [PATCH] Removed obsolete code. --- src/Generator/Generators/CSharp/CSharpTypePrinter.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Generator/Generators/CSharp/CSharpTypePrinter.cs b/src/Generator/Generators/CSharp/CSharpTypePrinter.cs index fdfde8c0..accd7935 100644 --- a/src/Generator/Generators/CSharp/CSharpTypePrinter.cs +++ b/src/Generator/Generators/CSharp/CSharpTypePrinter.cs @@ -12,8 +12,7 @@ namespace CppSharp.Generators.CSharp Native, Managed, ManagedPointer, - GenericDelegate, - PrimitiveIndexer + GenericDelegate } public class CSharpTypePrinterContext : TypePrinterContext