From ad6ca741e83da5434f063663236beb27a6cf5d13 Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Mon, 15 Dec 2025 11:22:21 +0100 Subject: [PATCH] Remove unused usings --- Blueberry/App.xaml.cs | 3 +-- Blueberry/MainWindow.xaml.cs | 1 - Blueberry/UpdateManager.cs | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Blueberry/App.xaml.cs b/Blueberry/App.xaml.cs index 757209c..b85f6a9 100644 --- a/Blueberry/App.xaml.cs +++ b/Blueberry/App.xaml.cs @@ -1,5 +1,4 @@ -using Blueberry; -using Blueberry.Redmine; +using Blueberry.Redmine; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; diff --git a/Blueberry/MainWindow.xaml.cs b/Blueberry/MainWindow.xaml.cs index 8fb9bac..6066ad8 100644 --- a/Blueberry/MainWindow.xaml.cs +++ b/Blueberry/MainWindow.xaml.cs @@ -4,7 +4,6 @@ using Blueberry.Redmine.Dto; using System.Collections.ObjectModel; using System.Diagnostics; using System.Text.RegularExpressions; -using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using Wpf.Ui.Controls; diff --git a/Blueberry/UpdateManager.cs b/Blueberry/UpdateManager.cs index 1302e73..faa5123 100644 --- a/Blueberry/UpdateManager.cs +++ b/Blueberry/UpdateManager.cs @@ -2,7 +2,6 @@ using System.IO; using System.Net.Http; using System.Text.Json; -using Windows.Media.Protection.PlayReady; namespace Blueberry {