diff options
author | sr55 <[email protected]> | 2015-05-09 18:26:07 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-05-09 18:26:07 +0000 |
commit | 6e59c5d576fc695f59bf661e752c7f004ac6133b (patch) | |
tree | 20373e59445c90320d0ac630c4d954af866ea6c6 /win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs | |
parent | 5f03dc5147802546924446fb0d1d4a6ce1cd2e73 (diff) |
WinGui: Remove some test code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7168 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs index 47cc4f6a3..6252f53f3 100644 --- a/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs @@ -40,7 +40,7 @@ namespace HandBrakeWPF.ViewModels public class VideoViewModel : ViewModelBase, IVideoViewModel
{
/*
- * Hard Code "None" in the Models for Tune.
+ * Hard Code "None" in the Models for Tune.t
* Test Everything */
#region Constants and Fields
|