From 013e36c5584bb9a98b1ce21267bd66fd1895a5b9 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 5 Mar 2017 21:58:15 +0100 Subject: [PATCH] cleaning --- Yavsc/Models/Haircut/BrusherProfile.cs | 1 - Yavsc/Models/Musical/Profiles/DjSettings.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Yavsc/Models/Haircut/BrusherProfile.cs b/Yavsc/Models/Haircut/BrusherProfile.cs index 27507527..c9c3ab5a 100644 --- a/Yavsc/Models/Haircut/BrusherProfile.cs +++ b/Yavsc/Models/Haircut/BrusherProfile.cs @@ -1,5 +1,4 @@ using System.ComponentModel.DataAnnotations; -using System.Linq; using YavscLib; namespace Yavsc.Models.Haircut diff --git a/Yavsc/Models/Musical/Profiles/DjSettings.cs b/Yavsc/Models/Musical/Profiles/DjSettings.cs index c9e7ea22..8ca70a7e 100644 --- a/Yavsc/Models/Musical/Profiles/DjSettings.cs +++ b/Yavsc/Models/Musical/Profiles/DjSettings.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; -using System.Linq; using YavscLib; namespace Yavsc.Models.Musical.Profiles