diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Video.cs')
-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; }
|