diff options
author | sr55 <[email protected]> | 2019-01-12 19:41:52 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-01-12 19:41:52 +0000 |
commit | 5a4ccc3a37e631ddb9ebe51ebd69c245949e1796 (patch) | |
tree | 545dcd8bc15dda97f9ffc67d69c260ebd0b9561e /win/CS/HandBrakeWPF/Views/VideoView.xaml | |
parent | 217e9bb5b3158086eb7481ef510cad27a7ddb7c3 (diff) |
WinGui: Strip out some legacy code for x264 options handling.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/VideoView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/VideoView.xaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/VideoView.xaml b/win/CS/HandBrakeWPF/Views/VideoView.xaml index 368eb0982..8aae5c9b8 100644 --- a/win/CS/HandBrakeWPF/Views/VideoView.xaml +++ b/win/CS/HandBrakeWPF/Views/VideoView.xaml @@ -193,7 +193,6 @@ <TextBox.ContextMenu>
<ContextMenu>
<MenuItem Header="Copy Full Query" cal:Message.Attach="[Event Click] = [Action CopyQuery]" />
- <MenuItem Header="Toggle Advanced Tab (Deprecated)" cal:Message.Attach="[Event Click] = [Action ToggleAdvancedTab]" />
</ContextMenu>
</TextBox.ContextMenu>
</TextBox>
|