From 0812c6a8f9a6c223a91f897187b88369133a9502 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Tue, 5 Mar 2024 16:07:05 +0100 Subject: [PATCH] App: Remove unused import --- Elwig/App.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Elwig/App.xaml.cs b/Elwig/App.xaml.cs index 6698b0d..d477197 100644 --- a/Elwig/App.xaml.cs +++ b/Elwig/App.xaml.cs @@ -2,7 +2,6 @@ using System; using System.Data; using System.Linq; using System.Windows; -using System.Windows.Controls; using System.IO; using Elwig.Helpers; using Elwig.Helpers.Weighing;