diff --git a/CHANGELIST.md b/CHANGELIST.md index 70b75fe5..228011be 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -5,6 +5,7 @@ - Remove errant character from script - Add placeholders for release builds - Fully sync AppVeyor build with script +- Stop compiling Chime finally ### 2.6.5 (2023-09-27) diff --git a/MPF.Core/Utilities/Chime.cs b/MPF.Core/Utilities/Chime.cs index c248ea80..641fbd20 100644 --- a/MPF.Core/Utilities/Chime.cs +++ b/MPF.Core/Utilities/Chime.cs @@ -1,4 +1,6 @@ -using System; +#if FALSE + +using System; namespace MPF.Core.Utilities { @@ -394,3 +396,5 @@ namespace MPF.Core.Utilities } } } + +#endif