Skip to content

Commit

Permalink
delete the dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Nov 28, 2023
1 parent 8ab0f70 commit 1baca8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Robust.Client/Audio/Midi/MidiManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,6 @@ private void UpdateParallelCount()
_midiSawmill.Debug($"Synth Polyphony: {_settings["synth.polyphony"].IntValue}");
}

private void OnRaycastLengthChanged(float value)
{
}

private void LoggerDelegate(NFluidsynth.Logger.LogLevel level, string message, IntPtr data)
{
var rLevel = level switch
Expand Down

0 comments on commit 1baca8b

Please sign in to comment.