From c7aeec0f6c06305dda6b3b3390bde50b9fdaaacf Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 6 May 2020 22:42:55 +0200 Subject: [PATCH] Fix compile. --- Content.Client/GameObjects/Components/Sound/SoundComponent.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Content.Client/GameObjects/Components/Sound/SoundComponent.cs b/Content.Client/GameObjects/Components/Sound/SoundComponent.cs index 076ac902a6..03b5f088d3 100644 --- a/Content.Client/GameObjects/Components/Sound/SoundComponent.cs +++ b/Content.Client/GameObjects/Components/Sound/SoundComponent.cs @@ -1,7 +1,5 @@ using System.Collections.Generic; -using System.Linq; using Content.Shared.GameObjects.Components.Sound; -using Microsoft.DiaSymReader; using Robust.Client.GameObjects.EntitySystems; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects;