From e8c7818b83befe3a3e2fad73c61041b16d8d0055 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 8 Jul 2018 15:36:06 +0100 Subject: [PATCH] WinGui: Remove Unused OpenCL call. --- win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs b/win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs index 8e36dc6c6..c4c0cc006 100644 --- a/win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs +++ b/win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs @@ -399,10 +399,6 @@ namespace HandBrake.Interop.Interop.HbLib int width, int height); - - [DllImport("hb", EntryPoint = "hb_get_opencl_env", CallingConvention = CallingConvention.Cdecl)] - public static extern int hb_get_opencl_env(); - [DllImport("hb", EntryPoint = "hb_qsv_available", CallingConvention = CallingConvention.Cdecl)] public static extern int hb_qsv_available(); -- 2.40.0