diff options
author | sr55 <[email protected]> | 2017-06-14 22:09:19 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-06-14 22:09:19 +0100 |
commit | 0dc659ba728b5570564ef09cf1d73c8110529def (patch) | |
tree | af368449640c3f9a6773b8be10f80d013fcca92e /win/CS/HandBrake.ApplicationServices/Interop/Json/Encode | |
parent | e2aaa9f501ab10d6ca3b01dbd3306b73334c917e (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.cs | 5 |
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; }
|