summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs
index bed8806a4..e6bbfe6d4 100644
--- a/win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs
@@ -10,7 +10,6 @@
namespace HandBrakeWPF.ViewModels
{
using System;
- using System.ComponentModel.Composition;
using System.Windows;
using HandBrakeWPF.ViewModels.Interfaces;
@@ -18,7 +17,6 @@ namespace HandBrakeWPF.ViewModels
/// <summary>
/// The Error View Model
/// </summary>
- [Export(typeof(IErrorViewModel))]
public class ErrorViewModel : ViewModelBase, IErrorViewModel
{
#region Constants and Fields