From 411e73c87faf9e9cf6ddf9565ce6ff4a1924a2e8 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 10 Mar 2017 11:20:00 +0100 Subject: [PATCH] nettoyage --- Yavsc/Controllers/GeneralSettingsController.cs | 2 -- Yavsc/Startup/Startup.FileServer.cs | 1 - 2 files changed, 3 deletions(-) diff --git a/Yavsc/Controllers/GeneralSettingsController.cs b/Yavsc/Controllers/GeneralSettingsController.cs index 2cfe8743..502b1003 100644 --- a/Yavsc/Controllers/GeneralSettingsController.cs +++ b/Yavsc/Controllers/GeneralSettingsController.cs @@ -1,7 +1,5 @@ -using System.Linq; using System.Threading.Tasks; using Microsoft.AspNet.Mvc; -using Microsoft.AspNet.Mvc.Rendering; using Microsoft.Data.Entity; using Yavsc.Models; using Yavsc.Models.Musical.Profiles; diff --git a/Yavsc/Startup/Startup.FileServer.cs b/Yavsc/Startup/Startup.FileServer.cs index 58c2dac8..3a6ac9f6 100644 --- a/Yavsc/Startup/Startup.FileServer.cs +++ b/Yavsc/Startup/Startup.FileServer.cs @@ -6,7 +6,6 @@ using Microsoft.AspNet.FileProviders; using Microsoft.AspNet.Hosting; using Microsoft.AspNet.Http; using Microsoft.AspNet.StaticFiles; -using Yavsc.ViewModels; using Yavsc.ViewModels.Auth; namespace Yavsc