diff options
author | sr55 <[email protected]> | 2019-07-14 21:57:32 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-07-14 21:57:49 +0100 |
commit | ceafd5714c628ec292dfc603dbe807fa23884009 (patch) | |
tree | 6fdec1738988be6dcadd4b7debd457312684b468 /win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs | |
parent | 4e306248fdffb84ffc844e60fc913a6f31eda369 (diff) |
WinGui: Remove the experimental embedded queue. It's not been working right for a while and I don't intend to develop it out.
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs index f82ec9621..0cb68435e 100644 --- a/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs @@ -248,8 +248,6 @@ namespace HandBrakeWPF.ViewModels }
}
- public bool IsInline { get; set; }
-
public bool StatsVisible
{
get
|