From 2810cc8433c1f38699735cf589ba09044179d12d Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 17 Feb 2019 17:13:41 +0000 Subject: [PATCH] WinGui: Undo some debugging code. --- win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs b/win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs index d5fb281b1..642e7d069 100644 --- a/win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs +++ b/win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs @@ -94,7 +94,7 @@ namespace HandBrake.Interop.Interop { try { - if (HBFunctions.hb_global_init_no_hardware() == -1) + if (HBFunctions.hb_global_init() == -1) { throw new InvalidOperationException("HB global init failed."); } -- 2.40.0