diff options
author | Scott <[email protected]> | 2015-10-31 17:40:57 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2015-10-31 17:40:57 +0000 |
commit | e0f9ebd0b84ed438e6b11966867c07d29a07d78c (patch) | |
tree | 7b159a7ec658a1948b29fa487fb474c9fd86a45d /win/CS/HandBrake.ApplicationServices | |
parent | 19f3dc6e8f6f8ee25ef99526276d400753aaa0a7 (diff) |
Make Process Priority a real-time setting. Not per encode instance.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Model/HBConfiguration.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/HBConfiguration.cs b/win/CS/HandBrake.ApplicationServices/Model/HBConfiguration.cs index ecb82ba85..7cce56bb5 100644 --- a/win/CS/HandBrake.ApplicationServices/Model/HBConfiguration.cs +++ b/win/CS/HandBrake.ApplicationServices/Model/HBConfiguration.cs @@ -50,11 +50,6 @@ namespace HandBrake.ApplicationServices.Model public int MinScanDuration { get; set; }
/// <summary>
- /// Gets or sets the process priority.
- /// </summary>
- public string ProcessPriority { get; set; }
-
- /// <summary>
/// Gets or sets a value indicating whether save log to copy directory.
/// </summary>
public bool SaveLogToCopyDirectory { get; set; }
|