Skip to content

Commit

Permalink
Tidy up a little
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Feb 7, 2024
1 parent daed407 commit 4406333
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 16 deletions.
5 changes: 1 addition & 4 deletions src/LegendaryClient.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Playnite.Common;
using Playnite.SDK;
using System.Diagnostics;
using System.Linq;
using Playnite.SDK;

namespace LegendaryLibraryNS
{
Expand Down
3 changes: 0 additions & 3 deletions src/LegendaryDlcManager.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
using CliWrap.Buffered;
using LegendaryLibraryNS.Enums;
using LegendaryLibraryNS.Models;
using Playnite.Common;
using Playnite.SDK;
using Playnite.SDK.Data;
using Playnite.SDK.Models;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Data;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;

Expand Down
1 change: 0 additions & 1 deletion src/LegendaryGameInstaller.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;

Expand Down
1 change: 0 additions & 1 deletion src/LegendaryMessagesSettings.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Playnite.Common;
using Playnite.SDK.Data;
using System;
using System.IO;

namespace LegendaryLibraryNS
Expand Down
2 changes: 0 additions & 2 deletions src/LegendaryUpdater.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using LegendaryLibraryNS.Enums;
using LegendaryLibraryNS.Models;
using Playnite.SDK;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;

Expand Down
6 changes: 1 addition & 5 deletions src/Services/EpicAccountClient.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
using CliWrap;
using CliWrap.Buffered;
using CliWrap.EventStream;
using LegendaryLibraryNS.Models;
using LegendaryLibraryNS.Models;
using Playnite.Common;
using Playnite.SDK;
using Playnite.SDK.Data;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

namespace LegendaryLibraryNS.Services
Expand Down

0 comments on commit 4406333

Please sign in to comment.