]> granicus.if.org Git - handbrake/commitdiff
WinGui: Remove Unused OpenCL call.
authorsr55 <sr55.hb@outlook.com>
Sun, 8 Jul 2018 14:36:06 +0000 (15:36 +0100)
committersr55 <sr55.hb@outlook.com>
Sun, 8 Jul 2018 14:36:06 +0000 (15:36 +0100)
win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs

index 8e36dc6c6868f0ac1cafe13b0e78bea1451012cc..c4c0cc006dd2e93632ab228b2caef80c0177a144 100644 (file)
@@ -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();