From c0184ff0182134d2e9786155113f41260b5d1a10 Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Tue, 25 Oct 2016 23:59:32 +0300 Subject: [PATCH] Removed an option not used anywhere. Signed-off-by: Dimitar Dobrev --- src/Generator/Options.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Generator/Options.cs b/src/Generator/Options.cs index 73bc7e7f..22160e69 100644 --- a/src/Generator/Options.cs +++ b/src/Generator/Options.cs @@ -143,7 +143,6 @@ namespace CppSharp public bool UnityBuild { get; set; } public string IncludePrefix; - public bool WriteOnlyWhenChanged; public Func GenerateName; public int MaxIndent; public string CommentPrefix;