From a6f3cd670f492a3474bf4695f1a8a6302fc3ed56 Mon Sep 17 00:00:00 2001 From: sr55 Date: Tue, 8 May 2018 21:31:26 +0100 Subject: WinGui: Remove Logging abstraction from the Services library. Let the library consumers decide how to log instead utilising the log events instead. --- win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs b/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs index b16300fb4..a30f43133 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs @@ -17,9 +17,6 @@ namespace HandBrake.ApplicationServices.Interop using HandBrake.ApplicationServices.Interop.HbLib; using HandBrake.ApplicationServices.Interop.Json.Anamorphic; using HandBrake.ApplicationServices.Interop.Json.Shared; - using HandBrake.ApplicationServices.Services.Logging; - using HandBrake.ApplicationServices.Services.Logging.Interfaces; - using HandBrake.ApplicationServices.Services.Logging.Model; using Newtonsoft.Json; -- cgit v1.2.3