From c4008d7a492fa08449de6e19414a1acf101e53f5 Mon Sep 17 00:00:00 2001 From: Scott Date: Sat, 26 Sep 2015 21:09:05 +0100 Subject: App Services Cleanup Contd Moving Exceptions and more utilities to the GUI project. --- win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'win/CS/HandBrakeWPF/ViewModels') diff --git a/win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs index 7971357fd..a76d24547 100644 --- a/win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs @@ -16,8 +16,6 @@ namespace HandBrakeWPF.ViewModels using Caliburn.Micro; - using HandBrake.ApplicationServices.Exceptions; - using HandBrakeWPF.Properties; using HandBrakeWPF.Services.Interfaces; using HandBrakeWPF.Services.Presets.Model; @@ -30,6 +28,7 @@ namespace HandBrakeWPF.ViewModels using ChapterMarker = HandBrakeWPF.Services.Encode.Model.Models.ChapterMarker; using EncodeTask = HandBrakeWPF.Services.Encode.Model.EncodeTask; + using GeneralApplicationException = HandBrakeWPF.Exceptions.GeneralApplicationException; /// /// The Chapters View Model -- cgit v1.2.3