diff options
author | sr55 <[email protected]> | 2013-09-21 17:54:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-09-21 17:54:33 +0000 |
commit | 8bccfabca28d059978f1eb8e516592f4e2f06c1a (patch) | |
tree | 56d30dd1575c01d34cfbb53e8f0512c97683f1ca /win/CS/HandBrakeWPF/Views/OptionsView.xaml | |
parent | 515f8070a43f25de58019314bf6893c12a478c76 (diff) |
WinGui: Remove now unneeded debug menu
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5791 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/OptionsView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/OptionsView.xaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/OptionsView.xaml b/win/CS/HandBrakeWPF/Views/OptionsView.xaml index 39282a062..22058e0fb 100644 --- a/win/CS/HandBrakeWPF/Views/OptionsView.xaml +++ b/win/CS/HandBrakeWPF/Views/OptionsView.xaml @@ -392,7 +392,6 @@ <TextBox Width="50" MaxLength="5" Text="{Binding ServerPort}" />
</StackPanel>
- <CheckBox Content="Enable Debug Features" IsChecked="{Binding EnableDebugFeatures}" Margin="0,10,0,0" />
</StackPanel>
</StackPanel>
</StackPanel>
|