Skip to content

Commit 87df269

Browse files
committed
Removed unused using statements
1 parent 2efdd28 commit 87df269

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

OnTopic.Editor.AspNetCore/Controllers/EditorController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
| Project Topics Library
55
\=============================================================================================================================*/
66
using System;
7-
using System.Collections.Generic;
87
using System.IO;
98
using System.Linq;
109
using System.Text;

OnTopic.Editor.AspNetCore/Models/ContentTypeListViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.Collections.Generic;
77
using Microsoft.AspNetCore.Mvc.Rendering;
88
using OnTopic.Editor.Models;
9-
using OnTopic.Editor.Models.Metadata;
109

1110
namespace OnTopic.Editor.AspNetCore.Models {
1211

OnTopic.Editor.Models/Transfer/ExportViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
| Client Ignia, LLC
44
| Project Topics Library
55
\=============================================================================================================================*/
6-
using OnTopic.Editor.Models.Metadata;
76
using OnTopic.Data.Transfer.Interchange;
87

98
namespace OnTopic.Editor.Models.Transfer {

OnTopic.Editor.Models/Transfer/ImportViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
| Client Ignia, LLC
44
| Project Topics Library
55
\=============================================================================================================================*/
6-
using OnTopic.Editor.Models.Metadata;
76
using OnTopic.Data.Transfer.Interchange;
87

98
namespace OnTopic.Editor.Models.Transfer {

0 commit comments

Comments
 (0)