From e07c5e6ff88fa1ae281ae739d320740bbdc2418a Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 29 Jan 2018 13:18:11 +0100 Subject: [PATCH] Removed unused using directives --- src/Umbraco.Web/Editors/TourController.cs | 3 --- src/Umbraco.Web/Models/BackOfficeTour.cs | 1 - 2 files changed, 4 deletions(-) diff --git a/src/Umbraco.Web/Editors/TourController.cs b/src/Umbraco.Web/Editors/TourController.cs index 06d30e29fa..da16659cfe 100644 --- a/src/Umbraco.Web/Editors/TourController.cs +++ b/src/Umbraco.Web/Editors/TourController.cs @@ -1,5 +1,4 @@ using System; -using System.CodeDom.Compiler; using System.Collections.Generic; using System.IO; using System.Linq; @@ -8,8 +7,6 @@ using Umbraco.Core.Configuration; using Umbraco.Core.IO; using Umbraco.Web.Models; using Umbraco.Web.Mvc; -using Umbraco.Web.WebApi.Filters; -using Constants = Umbraco.Core.Constants; namespace Umbraco.Web.Editors { diff --git a/src/Umbraco.Web/Models/BackOfficeTour.cs b/src/Umbraco.Web/Models/BackOfficeTour.cs index 22e578502d..78a4cd1897 100644 --- a/src/Umbraco.Web/Models/BackOfficeTour.cs +++ b/src/Umbraco.Web/Models/BackOfficeTour.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using System.Runtime.Serialization; -using umbraco.presentation.webservices; namespace Umbraco.Web.Models {