summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
diff options
context:
space:
mode:
authorScott <[email protected]>2015-10-31 17:40:57 +0000
committerScott <[email protected]>2015-10-31 17:40:57 +0000
commite0f9ebd0b84ed438e6b11966867c07d29a07d78c (patch)
tree7b159a7ec658a1948b29fa487fb474c9fd86a45d /win/CS/HandBrake.ApplicationServices
parent19f3dc6e8f6f8ee25ef99526276d400753aaa0a7 (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.cs5
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; }