From 54ab39b0af63c56b1976da12fa0e2dec58906a00 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Thu, 9 May 2024 13:29:01 +0200 Subject: [PATCH] ... --- src/NetVips/VipsProgress.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NetVips/VipsProgress.cs b/src/NetVips/VipsProgress.cs index a086d22..b56bb3c 100644 --- a/src/NetVips/VipsProgress.cs +++ b/src/NetVips/VipsProgress.cs @@ -71,6 +71,6 @@ public struct VipsProgress /// /// Start time. /// - public GTimer Start => Marshal.PtrToStructure(StartPtr); + //public GTimer Start => Marshal.PtrToStructure(StartPtr); } } \ No newline at end of file