summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-02-17 17:13:41 +0000
committersr55 <[email protected]>2019-02-17 17:13:41 +0000
commit5dade3de97204978cdeb69a7fe6c4bb6a460a1c8 (patch)
tree7cf7d39d66af41419e118f2526bb7e23bc37603b /win
parent0de1769f25418279be00e1cc63b0430b75559a2f (diff)
WinGui: Undo some debugging code.
Diffstat (limited to 'win')
-rw-r--r--win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs2
1 files changed, 1 insertions, 1 deletions
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.");
}