Browse Source

Removed an option not used anywhere.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/719/head
Dimitar Dobrev 9 years ago
parent
commit
c0184ff018
  1. 1
      src/Generator/Options.cs

1
src/Generator/Options.cs

@ -143,7 +143,6 @@ namespace CppSharp
public bool UnityBuild { get; set; } public bool UnityBuild { get; set; }
public string IncludePrefix; public string IncludePrefix;
public bool WriteOnlyWhenChanged;
public Func<TranslationUnit, string> GenerateName; public Func<TranslationUnit, string> GenerateName;
public int MaxIndent; public int MaxIndent;
public string CommentPrefix; public string CommentPrefix;

Loading…
Cancel
Save