Skip to content

Commit

Permalink
Test build for libvips/libvips@b4f4b04
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Sep 29, 2023
1 parent 46208ed commit 28c05e8
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 353 deletions.
5 changes: 0 additions & 5 deletions samples/NetVips.Samples/Samples/GenerateEnums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ private string Generate()

foreach (var name in allEnums)
{
if (name.StartsWith("Gsf"))
{
continue;
}

var gtype = NetVips.TypeFromName(name);
var csharpName = RemovePrefix(name);

Expand Down
Loading

0 comments on commit 28c05e8

Please sign in to comment.