summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/TitleSpecificViewModel.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-08-27 18:35:56 +0000
committersr55 <[email protected]>2012-08-27 18:35:56 +0000
commit60bf93c65e36a456e35eb7556a59acca281a282e (patch)
treefdd6190315a0bd8343e9759e480bf57d761f3803 /win/CS/HandBrakeWPF/ViewModels/TitleSpecificViewModel.cs
parent0fa931ae3ea9d197fb305b0f49fae4a9b36c0c70 (diff)
WinGui: Strip out the last traces of MEF since it's not going to be used.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4920 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/TitleSpecificViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/TitleSpecificViewModel.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/TitleSpecificViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/TitleSpecificViewModel.cs
index 06055dff1..836a7b0aa 100644
--- a/win/CS/HandBrakeWPF/ViewModels/TitleSpecificViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/TitleSpecificViewModel.cs
@@ -9,14 +9,11 @@
namespace HandBrakeWPF.ViewModels
{
- using System.ComponentModel.Composition;
-
using HandBrakeWPF.ViewModels.Interfaces;
/// <summary>
/// The Title Specific View Model
/// </summary>
- [Export(typeof(ITitleSpecificViewModel))]
public class TitleSpecificViewModel : ViewModelBase, ITitleSpecificViewModel
{
#region Constants and Fields