From b378f429649affedb17761151429da278eff5742 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 10 Mar 2017 00:28:33 +0100 Subject: [PATCH] nettoyage --- Yavsc/Controllers/DjSettingsController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Yavsc/Controllers/DjSettingsController.cs b/Yavsc/Controllers/DjSettingsController.cs index 7053efcc..8ee90a17 100644 --- a/Yavsc/Controllers/DjSettingsController.cs +++ b/Yavsc/Controllers/DjSettingsController.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;