diff options
author | sr55 <[email protected]> | 2018-07-08 15:36:06 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-07-08 15:36:06 +0100 |
commit | e8c7818b83befe3a3e2fad73c61041b16d8d0055 (patch) | |
tree | ce895404882c4a2ed81ab318c3c0eb23ce0ce7f4 /win/CS/HandBrake.Interop/Interop | |
parent | c4e3749dbc4f243094e6b5506159bf3a32eaa9fa (diff) |
WinGui: Remove Unused OpenCL call.
Diffstat (limited to 'win/CS/HandBrake.Interop/Interop')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs | 4 |
1 files changed, 0 insertions, 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(); |