Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Removed usless using directives.
Browse files Browse the repository at this point in the history
  • Loading branch information
rold2007 committed Aug 10, 2017
1 parent f805f84 commit 657c571
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace ImagingInterface.Controllers
using System.Collections.Generic;
using ImagingInterface.Controllers.Interfaces;
using ImagingInterface.Controllers.Services;
using ImagingInterface.Controllers.Views;
using ImagingInterface.Plugins;

public class FileOperationController
Expand Down
1 change: 0 additions & 1 deletion Core/ImagingInterface.Controllers/ImageController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace ImagingInterface.Controllers
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using ImagingInterface.Controllers.Services;
using ImagingInterface.Models;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace ImagingInterface.Controllers
using System;
using System.Collections.Generic;
using ImagingInterface.Controllers.Services;
using ImagingInterface.Controllers.Views;
using ImagingInterface.Plugins;

public class ImageManagerController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace ImagingInterface.Controllers.Interfaces
{
using System.Collections.Generic;
using ImagingInterface.Controllers.Views;
using ImagingInterface.Plugins;

public interface IApplicationLogic
Expand Down
5 changes: 0 additions & 5 deletions Core/ImagingInterface.Controllers/PluginManagerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

namespace ImagingInterface.Controllers
{
using System;
using System.Collections.Generic;
using System.Linq;
using ImagingInterface.Plugins;

public class PluginManagerController
{
public PluginManagerController()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace ImagingInterface.Controllers
using System;
using System.Collections.Generic;
using ImagingInterface.Controllers.Interfaces;
using ImagingInterface.Controllers.Views;
using ImagingInterface.Plugins;

public class PluginOperationController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace ImagingInterface.Controllers.Services
{
using System;
using System.Collections.Generic;
using ImagingInterface.Plugins;

Expand Down
1 change: 0 additions & 1 deletion Core/ImagingInterface.Views/ApplicationLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace ImagingInterface.Views
using System;
using System.Collections.Generic;
using ImagingInterface.Controllers.Interfaces;
using ImagingInterface.Controllers.Views;
using ImagingInterface.Plugins;

public class ApplicationLogic : IApplicationLogic
Expand Down
1 change: 0 additions & 1 deletion Core/ImagingInterface.Views/ImageManagerView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace ImagingInterface.Views
using System.Windows.Forms;
using ImagingInterface.Controllers;
using ImagingInterface.Controllers.EventArguments;
using ImagingInterface.Controllers.Views;

public partial class ImageManagerView : UserControl
{
Expand Down
1 change: 0 additions & 1 deletion Core/ImagingInterface.Views/ImageView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ namespace ImagingInterface.Views
using ImageProcessor.Imaging.Colors;
using ImagingInterface.Controllers;
using ImagingInterface.Controllers.EventArguments;
using ImagingInterface.Controllers.Views;
using ImagingInterface.Plugins;
using OpenTK.Graphics.OpenGL;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace ImagingInterface.Controllers.Tests
{
using ImagingInterface.Controllers.Services;
using ImagingInterface.Controllers.Tests.Mocks;
using NUnit.Framework;

[TestFixture]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

namespace ImagingInterface.Controllers.Tests.Mocks
{
using System;
using System.Collections.Generic;
using ImagingInterface.Controllers.Interfaces;
using ImagingInterface.Controllers.Views;
using ImagingInterface.Plugins;

public class ApplicationLogic : IApplicationLogic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace ImagingInterface.Controllers.Tests.Mocks
{
using System;
using System.ComponentModel;
using ImagingInterface.Plugins;

public class PluginController2
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace ImagingInterface.Controllers.Tests.Mocks
{
using ImagingInterface.Plugins;

public class PluginModel1
{
public string DisplayName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace ImagingInterface.Controllers.Tests.Mocks
{
using ImagingInterface.Plugins;

public class PluginModel2
{
public string DisplayName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace ImagingInterface.Tests.Common
using System.Threading;
using System.Windows.Forms;
using ImagingInterface.Controllers;
using ImagingInterface.Plugins.EventArguments;

public class ImageControllerWrapper : IDisposable
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace ImageProcessing.Controllers
using System;
using System.ComponentModel;
using ImageProcessing.Models;
using ImagingInterface.Plugins;

public class ObjectDetectionManagerController
{
Expand Down
1 change: 0 additions & 1 deletion Plugins/ImageProcessing/Models.Interfaces/ICudafyModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace ImageProcessing.Models
{
using System;
using ImagingInterface.Plugins;

public interface ICudafyModel : ICloneable
{
Expand Down
2 changes: 0 additions & 2 deletions Plugins/ImageProcessing/Models.Interfaces/IInvertModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace ImageProcessing.Models
{
using ImagingInterface.Plugins;

public interface IInvertModel
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace ImageProcessing.Models
{
using ImagingInterface.Plugins;

public interface IObjectDetectionManagerModel
{
}
Expand Down
1 change: 0 additions & 1 deletion Plugins/ImageProcessing/Models.Interfaces/IRotateModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace ImageProcessing.Models
{
using System;
using ImagingInterface.Plugins;

public interface IRotateModel : ICloneable
{
Expand Down
1 change: 0 additions & 1 deletion Plugins/ImageProcessing/Models.Interfaces/ITaggerModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace ImageProcessing.Models
using System;
using System.Collections.Generic;
using System.Drawing;
using ImagingInterface.Plugins;

public interface ITaggerModel : ICloneable
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace ImageProcessing.ObjectDetection
{
using System;
using System.Collections.Generic;
using System.Drawing;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace ImageProcessing.Views
{
using System.Windows.Forms;
using ImageProcessing.Controllers;
using ImagingInterface.Plugins;

public partial class ObjectDetectionManagerView : UserControl, IObjectDetectionManagerView
{
Expand Down
1 change: 0 additions & 1 deletion Plugins/Video/Controllers.Interfaces/ICaptureWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Video.Controllers
{
using System;
using Emgu.CV;

public interface ICaptureWrapper
Expand Down
2 changes: 0 additions & 2 deletions Plugins/Video/Controllers/CaptureController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ namespace Video.Controllers
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using Emgu.CV;
using Emgu.CV.CvEnum;
using Emgu.CV.Structure;
using ImagingInterface.Controllers;
using Video.Models;
Expand Down
1 change: 0 additions & 1 deletion Plugins/Video/Models.Interfaces/ICaptureModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace Video.Models
{
using System;
using System.Diagnostics;
using ImagingInterface.Plugins;

public interface ICaptureModel : ICloneable
{
Expand Down
1 change: 0 additions & 1 deletion Plugins/Video/Models/CaptureModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace Video.Models
{
using System;
using System.Diagnostics;
using ImagingInterface.Plugins;

public class CaptureModel : ICloneable ////: ICaptureModel
{
Expand Down

0 comments on commit 657c571

Please sign in to comment.