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;