Remove unused usings

This commit is contained in:
Ben Olden-Cooligan 2022-07-02 16:01:45 -07:00
parent ab219849e2
commit 6731df4789
26 changed files with 6 additions and 35 deletions

View File

@ -1,5 +1,4 @@
using ZXing;
using ZXing.Common;
namespace NAPS2.Images;

View File

@ -1,5 +1,4 @@
using System.Linq.Expressions;
using System.Threading;
using NAPS2.Serialization;
namespace NAPS2.Config.Model;

View File

@ -1,6 +1,5 @@
using NAPS2.ImportExport.Images;
using NAPS2.ImportExport.Pdf;
using NAPS2.Ocr;
using NAPS2.Scan;
using NAPS2.WinForms;

View File

@ -1,7 +1,6 @@
using System.Drawing;
using System.Drawing.Imaging;
using System.Threading;
using System.Windows.Forms;
using NAPS2.Images.Gdi;
namespace NAPS2.ImportExport.Images;

View File

@ -1,5 +1,4 @@
using System.Windows.Forms;
using NAPS2.ImportExport.Email;
using NAPS2.ImportExport.Email;
using NAPS2.Ocr;
namespace NAPS2.ImportExport.Pdf;

View File

@ -10,7 +10,6 @@ using NAPS2.Platform.Windows;
using NAPS2.Recovery;
using NAPS2.Remoting.Worker;
using NAPS2.Scan;
using NAPS2.Scan.Batch;
using NAPS2.Scan.Internal;
using NAPS2.WinForms;
using Ninject;

View File

@ -1,5 +1,4 @@
using NAPS2.Recovery;
using NAPS2.Scan;
using Ninject;
using Ninject.Modules;

View File

@ -1,7 +1,6 @@
using System.Collections;
using System.Globalization;
using System.Reflection;
using System.Windows.Forms;
using NAPS2.Lang;
namespace NAPS2.Util;

View File

@ -1,5 +1,4 @@
using System.Windows.Forms;
using NAPS2.Lang.ConsoleResources;
using NAPS2.Lang.ConsoleResources;
namespace NAPS2.Automation;

View File

@ -12,7 +12,6 @@ using NAPS2.Sdk.Tests.Mocks;
using NAPS2.Sdk.Tests.Ocr;
using Ninject;
using Ninject.Modules;
using Ninject.Parameters;
using Xunit;
using Xunit.Abstractions;

View File

@ -5,7 +5,6 @@ using System.Reflection;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Windows.Forms;
using NAPS2.WinForms;
namespace NAPS2.Update;

View File

@ -1,7 +1,6 @@
using System.Drawing;
using System.Globalization;
using System.Windows.Forms;
using Eto;
using NAPS2.EtoForms;
using NAPS2.Scan;

View File

@ -1,5 +1,4 @@
using NAPS2.Images.Gdi;
using NAPS2.Remoting.Worker;
using NAPS2.Scan;
using Xunit;

View File

@ -1,7 +1,6 @@
using System.Drawing;
using NAPS2.Images.Gdi;
using NAPS2.Scan;
using ZXing.Rendering;
namespace NAPS2.Sdk.Samples;

View File

@ -1,5 +1,4 @@
using System.Collections.Immutable;
using System.Drawing;
using System.Drawing;
using NAPS2.Images.Gdi;
using NAPS2.Scan;
using NAPS2.Serialization;

View File

@ -2,7 +2,6 @@ using NAPS2.Images.Gdi;
using NAPS2.ImportExport.Images;
using NAPS2.Scan;
using NAPS2.Sdk.Tests.Asserts;
using NAPS2.Sdk.Tests.Images;
using Xunit;
namespace NAPS2.Sdk.Tests.ImportExport;

View File

@ -1,7 +1,5 @@
using NAPS2.Images.Gdi;
using NAPS2.ImportExport.Pdf;
using NAPS2.Sdk.Tests.Asserts;
using NAPS2.Sdk.Tests.Images;
using Xunit;
namespace NAPS2.Sdk.Tests.ImportExport;

View File

@ -1,7 +1,6 @@
using System.Threading;
using GrpcDotNetNamedPipes;
using Moq;
using NAPS2.Images.Gdi;
using NAPS2.ImportExport.Email.Mapi;
using NAPS2.Remoting.Worker;
using NAPS2.Scan;

View File

@ -1,6 +1,4 @@
using NAPS2.Images.Gdi;
namespace NAPS2.Images;
namespace NAPS2.Images;
public class DeskewOperation : OperationBase
{

View File

@ -1,6 +1,4 @@
using NAPS2.Images.Gdi;
namespace NAPS2.Images;
namespace NAPS2.Images;
public abstract class Deskewer
{

View File

@ -1,7 +1,6 @@
using System.Runtime.InteropServices;
using System.Threading;
using NAPS2.Dependencies;
using NAPS2.Images.Gdi;
using NAPS2.ImportExport.Images;
using NAPS2.Scan;
using PdfSharp.Pdf;

View File

@ -1,7 +1,6 @@
using System.Collections.Concurrent;
using System.Reflection;
using GrpcDotNetNamedPipes;
using NAPS2.Scan;
namespace NAPS2.Remoting.Worker;

View File

@ -1,5 +1,4 @@
using System.Threading;
using NAPS2.Remoting.Worker;
using NAPS2.Scan.Exceptions;
using NAPS2.Scan.Wia;
using NAPS2.Wia;

View File

@ -1,5 +1,4 @@
using System.Threading;
using Grpc.Core;
namespace NAPS2.Scan.Internal;

View File

@ -1,5 +1,4 @@
using System.Runtime.Serialization;
using System.Threading;
using System.Threading;
using NAPS2.Ocr;
namespace NAPS2.Scan;

View File

@ -1,5 +1,4 @@
using System.Threading;
using NAPS2.Scan.Internal;
namespace NAPS2.Threading;