From 1baca8b0f0ecb9d9fc684d978d9dac6e8507549f Mon Sep 17 00:00:00 2001 From: metalgearsloth Date: Tue, 28 Nov 2023 21:15:55 +1100 Subject: [PATCH] delete the dead code --- Robust.Client/Audio/Midi/MidiManager.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Robust.Client/Audio/Midi/MidiManager.cs b/Robust.Client/Audio/Midi/MidiManager.cs index 9e452b48351..a67c2882ad7 100644 --- a/Robust.Client/Audio/Midi/MidiManager.cs +++ b/Robust.Client/Audio/Midi/MidiManager.cs @@ -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