diff --git a/CHANGELIST.md b/CHANGELIST.md index a96ae49a..186a04c8 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -135,6 +135,7 @@ - More fields behind RedumpCompatible option - Parse redumper BIG.DAT info - Unify DisplayUserMessage definitions +- Clean up unused disabled warnings ### 3.2.4 (2024-11-24) diff --git a/MPF.UI/Windows/CheckDumpWindow.xaml.cs b/MPF.UI/Windows/CheckDumpWindow.xaml.cs index bb2ce2db..0029396e 100644 --- a/MPF.UI/Windows/CheckDumpWindow.xaml.cs +++ b/MPF.UI/Windows/CheckDumpWindow.xaml.cs @@ -10,8 +10,6 @@ using MPF.Frontend.ViewModels; using SabreTools.RedumpLib.Data; using WinForms = System.Windows.Forms; -#pragma warning disable IDE1006 // Naming Styles - namespace MPF.UI.Windows { /// diff --git a/MPF.UI/Windows/CreateIRDWindow.xaml.cs b/MPF.UI/Windows/CreateIRDWindow.xaml.cs index 82d470f2..95c6a430 100644 --- a/MPF.UI/Windows/CreateIRDWindow.xaml.cs +++ b/MPF.UI/Windows/CreateIRDWindow.xaml.cs @@ -5,8 +5,6 @@ using System.Windows.Controls; using MPF.Frontend.ViewModels; using WinForms = System.Windows.Forms; -#pragma warning disable IDE1006 // Naming Styles - namespace MPF.UI.Windows { /// diff --git a/MPF.UI/Windows/DiscInformationWindow.xaml.cs b/MPF.UI/Windows/DiscInformationWindow.xaml.cs index ea133505..0fba8819 100644 --- a/MPF.UI/Windows/DiscInformationWindow.xaml.cs +++ b/MPF.UI/Windows/DiscInformationWindow.xaml.cs @@ -1,12 +1,8 @@ using System.Windows; -using System.Windows.Controls; using MPF.Frontend; using MPF.Frontend.ViewModels; -using MPF.UI.UserControls; using SabreTools.RedumpLib.Data; -#pragma warning disable IDE1006 // Naming Styles - namespace MPF.UI.Windows { /// diff --git a/MPF.UI/Windows/OptionsWindow.xaml.cs b/MPF.UI/Windows/OptionsWindow.xaml.cs index 7611ed47..d72b5937 100644 --- a/MPF.UI/Windows/OptionsWindow.xaml.cs +++ b/MPF.UI/Windows/OptionsWindow.xaml.cs @@ -5,15 +5,12 @@ using System.Threading; #endif using System.Threading.Tasks; using System.Windows; -using System.Windows.Controls; using System.Windows.Forms; using MPF.Frontend; using MPF.Frontend.ViewModels; using SabreTools.RedumpLib.Web; using WPFCustomMessageBox; -#pragma warning disable IDE1006 // Naming Styles - namespace MPF.UI.Windows { ///