diff options
Diffstat (limited to 'Ryujinx/Ui/Windows/CheatWindow.cs')
-rw-r--r-- | Ryujinx/Ui/Windows/CheatWindow.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Ryujinx/Ui/Windows/CheatWindow.cs b/Ryujinx/Ui/Windows/CheatWindow.cs index dd4f9331..a9dccd34 100644 --- a/Ryujinx/Ui/Windows/CheatWindow.cs +++ b/Ryujinx/Ui/Windows/CheatWindow.cs @@ -6,8 +6,7 @@ using System.Collections.Generic; using System.IO; using System.Linq; -using GUI = Gtk.Builder.ObjectAttribute; -using JsonHelper = Ryujinx.Common.Utilities.JsonHelper; +using GUI = Gtk.Builder.ObjectAttribute; namespace Ryujinx.Ui.Windows { |