Skip to content

Commit

Permalink
upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hellzerg committed Oct 14, 2023
1 parent 0933b84 commit d1d761c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Optimizer/SilentOps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ internal static SilentConfig GetSilentConfig(string path)
return CurrentSilentConfig;
}

internal static void ProcessMock()
{
if (CurrentSilentConfig.Tweaks.EnablePerformanceTweaks.HasValue)
{
MessageBox.Show(CurrentSilentConfig.Tweaks.EnablePerformanceTweaks.Value.ToString());
}
}

internal static void ProcessAllActions()
{
Logger.InitializeSilentReport();
Expand Down

0 comments on commit d1d761c

Please sign in to comment.