Skip to content

Commit

Permalink
Revert "Ensure correct calling convention for unmanaged-to-managed ca…
Browse files Browse the repository at this point in the history
…llbacks"

This reverts commit a9bd5ce.
  • Loading branch information
kleisauke committed May 9, 2024
1 parent c74a782 commit a28abc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NetVips/Image.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace NetVips
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
using Internal;
Expand All @@ -29,7 +28,6 @@ public partial class Image : VipsObject
/// <summary>
/// Internal marshaller delegate for <see cref="EvalDelegate"/>.
/// </summary>
[SuppressUnmanagedCodeSecurity, UnmanagedFunctionPointer(CallingConvention.Cdecl)]
internal delegate void EvalMarshalDelegate(IntPtr imagePtr, VipsProgress progress, IntPtr userDataPtr);

/// <inheritdoc cref="VipsObject"/>
Expand Down

0 comments on commit a28abc5

Please sign in to comment.