diff options
author | sr55 <[email protected]> | 2019-03-03 16:28:30 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-03-03 16:28:30 +0000 |
commit | 3f00ad4e38deca496922f836d31c44f8b630fbf4 (patch) | |
tree | ed2999986978b85c8def6ba1c33878e23439b194 /win/CS/HandBrakeWPF/ViewModels/Interfaces/IQueueViewModel.cs | |
parent | b419da7700f6e775ff823f78a22d389f1d489d72 (diff) |
WinGui: Remove the legacy queue design. The new design is now always used.
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/Interfaces/IQueueViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/Interfaces/IQueueViewModel.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IQueueViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IQueueViewModel.cs index 2e1de25a4..07f2a06bf 100644 --- a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IQueueViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IQueueViewModel.cs @@ -14,11 +14,6 @@ namespace HandBrakeWPF.ViewModels.Interfaces /// </summary>
public interface IQueueViewModel
{
- /// <summary>
- /// Temporary variable to toggle the new style experimental queue.
- /// </summary>
- bool IsNewQueueVisible { set; }
-
bool IsInline { set; }
/// <summary>
|