Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jun 7, 2024
1 parent 67f7045 commit 407d47e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 26 deletions.
3 changes: 1 addition & 2 deletions src/LudusaviPlaynite.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using ByteSizeLib;
using Newtonsoft.Json;
using Newtonsoft.Json;
using Playnite.SDK;
using Playnite.SDK.Models;
using Playnite.SDK.Plugins;
Expand Down
3 changes: 0 additions & 3 deletions src/LudusaviPlayniteSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
using Playnite.SDK;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.ComponentModel;
using System.IO;

Expand Down
20 changes: 1 addition & 19 deletions src/LudusaviPlayniteSettingsView.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using Playnite.SDK;
using Playnite.SDK.Plugins;
using Playnite.SDK.Models;

namespace LudusaviPlaynite
{
Expand Down
1 change: 0 additions & 1 deletion src/Models.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Newtonsoft.Json;
using Playnite.SDK.Models;
using System;
using System.Collections.Generic;

Expand Down
1 change: 0 additions & 1 deletion src/Translator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Linguini.Bundle;
using Linguini.Bundle.Builder;
using Linguini.Shared.Types.Bundle;
using Playnite.SDK.Models;
using System;
using System.Collections.Generic;
using System.Globalization;
Expand Down

0 comments on commit 407d47e

Please sign in to comment.