diff --git a/source/BackgroundChanger.cs b/source/BackgroundChanger.cs index 30d707a..a41d21e 100644 --- a/source/BackgroundChanger.cs +++ b/source/BackgroundChanger.cs @@ -5,22 +5,13 @@ using CommonPluginsShared.PlayniteExtended; using Playnite.SDK; using Playnite.SDK.Events; -using Playnite.SDK.Models; using Playnite.SDK.Plugins; using System; -using System.Collections; using System.Collections.Generic; -using System.ComponentModel; -using System.IO; using System.Linq; -using System.Reflection; using System.Text; -using System.Threading; -using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; -using System.Windows.Media; -using System.Windows.Threading; namespace BackgroundChanger { diff --git a/source/BackgroundChangerSettings.cs b/source/BackgroundChangerSettings.cs index d2203c6..4090b8f 100644 --- a/source/BackgroundChangerSettings.cs +++ b/source/BackgroundChangerSettings.cs @@ -4,7 +4,6 @@ using System.Collections.Generic; using System.Linq; using System.Text; -using System.Threading.Tasks; namespace BackgroundChanger { diff --git a/source/Models/ItemImage.cs b/source/Models/ItemImage.cs index f4cd048..63411c7 100644 --- a/source/Models/ItemImage.cs +++ b/source/Models/ItemImage.cs @@ -3,11 +3,9 @@ using CommonPluginsShared; using Playnite.SDK.Data; using System; -using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; -using System.Threading.Tasks; namespace BackgroundChanger.Models { diff --git a/source/Services/SteamGridDbApi.cs b/source/Services/SteamGridDbApi.cs index 5802da2..be43802 100644 --- a/source/Services/SteamGridDbApi.cs +++ b/source/Services/SteamGridDbApi.cs @@ -2,7 +2,6 @@ using CommonPluginsShared; using Playnite.SDK.Data; using System; -using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http;