summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-06-14 22:09:19 +0100
committersr55 <[email protected]>2017-06-14 22:09:19 +0100
commit0dc659ba728b5570564ef09cf1d73c8110529def (patch)
treeaf368449640c3f9a6773b8be10f80d013fcca92e /win/CS/HandBrake.ApplicationServices/Interop/Json/Encode
parente2aaa9f501ab10d6ca3b01dbd3306b73334c917e (diff)
WinGui: Remove OpenCL code that was breaking things.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Json/Encode')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Video.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Video.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Video.cs
index 6844eaf0d..b22910768 100644
--- a/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Video.cs
+++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Video.cs
@@ -78,11 +78,6 @@ namespace HandBrake.ApplicationServices.Interop.Json.Encode
public string Tune { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether open cl.
- /// </summary>
- public bool OpenCL { get; set; }
-
- /// <summary>
/// Gets or sets a value indicating whether hw decode.
/// </summary>
public bool HWDecode { get; set; }