Skip to content

Commit

Permalink
code optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacro59 committed Nov 27, 2021
1 parent 861ace6 commit 74b42e3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions source/BackgroundChanger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
1 change: 0 additions & 1 deletion source/BackgroundChangerSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace BackgroundChanger
{
Expand Down
2 changes: 0 additions & 2 deletions source/Models/ItemImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
1 change: 0 additions & 1 deletion source/Services/SteamGridDbApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 74b42e3

Please # to comment.