Tiny cleanup (#1098)

This commit is contained in:
Clyybber
2020-06-02 14:40:08 +02:00
committed by GitHub
parent 885bcb4f57
commit fcdabe98f4
2 changed files with 1 additions and 3 deletions

View File

@@ -527,7 +527,7 @@ namespace Robust.Client.Audio.Midi
break;
}
}
catch (FluidSynthInteropException e)
catch (FluidSynthInteropException)
{
// This spams NoteOff errors most of the time for no good reason.
//_midiSawmill.Error("Exception while sending midi event of type {0}: {1}", midiEvent.Type, e, midiEvent);

View File

@@ -8,8 +8,6 @@ namespace Robust.Client.Physics
[UsedImplicitly]
public class PhysicsSystem: EntitySystem
{
private float _lastServerMsg;
public override void Initialize()
{
base.Initialize();