Skip to content

Commit

Permalink
removed unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisWillDoIt committed Oct 5, 2016
1 parent ecd6f2d commit a6bb2d8
Show file tree
Hide file tree
Showing 69 changed files with 9 additions and 158 deletions.
1 change: 0 additions & 1 deletion BlogEngine/BlogEngine.Core/Blog.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Caching;
using BlogEngine.Core.Providers;
using System.Web;
using System.Web.Hosting;
Expand Down
1 change: 0 additions & 1 deletion BlogEngine/BlogEngine.Core/BlogSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Configuration;
using System.Globalization;
using System.Web;

Expand Down
3 changes: 0 additions & 3 deletions BlogEngine/BlogEngine.Core/BusinessBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
{
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Globalization;
using System.Security;
using System.Text;
using System.Threading;
using System.Web.Security;

/// <summary>
/// This is the base class from which most business objects will be derived.
Expand Down
1 change: 0 additions & 1 deletion BlogEngine/BlogEngine.Core/Category.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

using BlogEngine.Core.Providers;

Expand Down
1 change: 0 additions & 1 deletion BlogEngine/BlogEngine.Core/Data/BlogRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using BlogEngine.Core.Data.Models;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Linq.Dynamic;
using System.Web.Hosting;
Expand Down
2 changes: 0 additions & 2 deletions BlogEngine/BlogEngine.Core/Data/CommentFilterRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Globalization;
using System.Linq;
using System.Linq.Dynamic;
using System.Web.Hosting;

namespace BlogEngine.Core.Data
{
Expand Down
1 change: 0 additions & 1 deletion BlogEngine/BlogEngine.Core/Data/CommentsRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Dynamic;
using System.Web;
using System.Web.Security;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace BlogEngine.Core.Data.Contracts
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using BlogEngine.Core.Data.Models;

namespace BlogEngine.Core.Data.Contracts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using BlogEngine.Core.Data.Models;
using BlogEngine.Core.FileSystem;
using System;
using BlogEngine.Core.FileSystem;
using System.Collections.Generic;

namespace BlogEngine.Core.Data.Contracts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using BlogEngine.Core.Data.Models;
using BlogEngine.Core.Packaging;
using System.Collections.Generic;

namespace BlogEngine.Core.Data.Contracts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using BlogEngine.Core.Data.Models;

namespace BlogEngine.Core.Data.Contracts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using BlogEngine.Core.Data.Models;
using BlogEngine.Core.Data.Models;
using System;

namespace BlogEngine.Core.Data.Contracts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using BlogEngine.Core.Data.Models;

namespace BlogEngine.Core.Data.Contracts
Expand Down
5 changes: 0 additions & 5 deletions BlogEngine/BlogEngine.Core/Data/FileManagerRepository.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
using BlogEngine.Core.Data.Contracts;
using BlogEngine.Core.Data.Models;
using BlogEngine.Core.FileSystem;
using BlogEngine.Core.Providers;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Dynamic;
using System.Web;
using System.Web.Security;

namespace BlogEngine.Core.Data
{
Expand Down
1 change: 0 additions & 1 deletion BlogEngine/BlogEngine.Core/Data/RolesRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Dynamic;
using System.Web.Security;
using System.Reflection;

Expand Down
1 change: 0 additions & 1 deletion BlogEngine/BlogEngine.Core/Data/Services/Avatar.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Security.Cryptography;
using System.Text;
using System.Web;
using System.Web.Security;

namespace BlogEngine.Core.Data.Services
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Dynamic;
using System.Text.RegularExpressions;
using System.Web;
using System.Web.Caching;
Expand Down
1 change: 0 additions & 1 deletion BlogEngine/BlogEngine.Core/Data/StatsRepository.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using BlogEngine.Core.Data.Contracts;
using BlogEngine.Core.Data.Models;
using System.Linq;
using System.Text;

namespace BlogEngine.Core.Data
{
Expand Down
1 change: 0 additions & 1 deletion BlogEngine/BlogEngine.Core/Data/UsersRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Linq.Dynamic;
using System.Web;
using System.Web.Security;

namespace BlogEngine.Core.Data
Expand Down
2 changes: 0 additions & 2 deletions BlogEngine/BlogEngine.Core/Data/ViewModels/BlogRollVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
using System.Collections.Generic;
using System.ServiceModel.Syndication;
using System.Xml;
using System.Web;
using System.Linq;
using System.Collections.Specialized;

namespace BlogEngine.Core.Data.ViewModels
Expand Down
4 changes: 0 additions & 4 deletions BlogEngine/BlogEngine.Core/Data/ViewModels/CommentsVM.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
using BlogEngine.Core.Data.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace BlogEngine.Core.Data.ViewModels
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Configuration.Provider;
using System.Data;
using System.Data.Common;
using System.Linq;
using System.Text;

namespace BlogEngine.Core.Providers
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System.Collections.Specialized;
using System.Configuration;
using System.Configuration.Provider;
using System.Data;
using System.Data.Common;
using System.Web.Security;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Configuration;
using System.Configuration.Provider;
using System.Data;
using System.Data.Common;
using System.Web.Security;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Configuration.Provider;

namespace BlogEngine.Core.Providers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Hosting;
using System.IO;

Expand Down
3 changes: 0 additions & 3 deletions BlogEngine/BlogEngine.Core/Providers/XmlProvider/Blogs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
using System.Linq;
using System.Text;
using System.IO;
using System.Web;
using System.Xml;
using System.Web.Hosting;
using System.Globalization;

namespace BlogEngine.Core.Providers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ namespace BlogEngine.Core.Providers
{
using System;
using System.IO;
using System.Linq;
using System.Web.Hosting;
using System.Xml.Serialization;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
Expand Down
5 changes: 0 additions & 5 deletions BlogEngine/BlogEngine.Core/Providers/XmlProvider/Rights.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml;
using System.Security.Permissions;
using System.Web;
using System.Web.Hosting;
using System.Web.Security;

/// <summary>
/// A storage provider for BlogEngine that uses XML files.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System;
using System.Collections.Specialized;
using System.Web;
using System.Web.Configuration;
using System.Xml;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using System.Web;
using System.Web.Hosting;
using System.Web.Security;
using System.Web.Configuration;
using System.Xml;
using System.IO;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using System.Web;
using System.Web.Hosting;
using System.Web.Security;
using System.Web.Configuration;
using System.Xml;


Expand Down
2 changes: 0 additions & 2 deletions BlogEngine/BlogEngine.Core/Role.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
namespace BlogEngine.Core
{
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;

/// <summary>
/// The role class.
Expand Down
5 changes: 0 additions & 5 deletions BlogEngine/BlogEngine.Core/Services/FileSystem/FileStoreDb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ namespace BlogEngine.Core.FileSystem
{
using System.Data.Linq;
using System.Data.Linq.Mapping;
using System.Data;
using System.Collections.Generic;
using System.Reflection;
using System.Linq;
using System.Linq.Expressions;
using System.ComponentModel;
using System;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Threading;

using BlogEngine.Core.Web.Extensions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System.Text;
using System.Text.RegularExpressions;
using System.Web;
using System.Web.Hosting;
using System.Xml;

namespace BlogEngine.Core.Packaging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;

namespace BlogEngine.Core.Packaging
namespace BlogEngine.Core.Packaging
{
/// <summary>
/// Locally installed gallery package
Expand Down
1 change: 0 additions & 1 deletion BlogEngine/BlogEngine.Core/Services/Search/Search.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Globalization;
using System.Linq;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
namespace BlogEngine.Core
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Security;
using System.Security.Principal;
using System.Runtime.Serialization;
using System.Reflection;
using System.Security;

/// <summary>
/// IIdentity class used for authentication.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
namespace BlogEngine.Core
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Security.Principal;
using System.Web.Security;

Expand Down
9 changes: 0 additions & 9 deletions BlogEngine/BlogEngine.Core/Services/Security/Rights.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
using System;
using System.Collections.ObjectModel;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Web;
using System.Web.Security;
using System.Diagnostics;
using System.Security;

namespace BlogEngine.Core
{
Expand Down
Loading

0 comments on commit a6bb2d8

Please sign in to comment.