From 1f6e61f8008a7966914c7325017a22892c082f71 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Sat, 15 Apr 2023 23:05:21 +0200 Subject: [PATCH] Remove imports --- Elwig/Helpers/Config.cs | 3 +-- Elwig/Helpers/Gradation.cs | 8 +------- Elwig/Helpers/Validator.cs | 1 - 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Elwig/Helpers/Config.cs b/Elwig/Helpers/Config.cs index 8b93aed..6afb69c 100644 --- a/Elwig/Helpers/Config.cs +++ b/Elwig/Helpers/Config.cs @@ -1,5 +1,4 @@ -using System; -using System.IO; +using System.IO; using System.Text; using IniParser; using IniParser.Model; diff --git a/Elwig/Helpers/Gradation.cs b/Elwig/Helpers/Gradation.cs index d8cc9b9..3f8acce 100644 --- a/Elwig/Helpers/Gradation.cs +++ b/Elwig/Helpers/Gradation.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Elwig.Helpers { +namespace Elwig.Helpers { // 1 °KMW = // 1 °NM = kg/100L = 10g/L // 1 °Oe = diff --git a/Elwig/Helpers/Validator.cs b/Elwig/Helpers/Validator.cs index efb37e9..c5b5a65 100644 --- a/Elwig/Helpers/Validator.cs +++ b/Elwig/Helpers/Validator.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; using System.Windows.Controls; using Elwig.Models;