From 10efb7dce47f8e5944ad26bf635ee1372d162336 Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Wed, 27 Sep 2023 23:44:34 +0300 Subject: [PATCH] Remove TTS manager --- Content.Client/Corvax/TTS/HumanoidProfileEditor.TTS.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Content.Client/Corvax/TTS/HumanoidProfileEditor.TTS.cs b/Content.Client/Corvax/TTS/HumanoidProfileEditor.TTS.cs index 8479e824750..da6dd7147d5 100644 --- a/Content.Client/Corvax/TTS/HumanoidProfileEditor.TTS.cs +++ b/Content.Client/Corvax/TTS/HumanoidProfileEditor.TTS.cs @@ -10,7 +10,6 @@ namespace Content.Client.Preferences.UI; public sealed partial class HumanoidProfileEditor { private IRobustRandom _random = default!; - private TTSManager _ttsMgr = default!; private TTSSystem _ttsSys = default!; private IClientSponsorsManager? _sponsorsMgr; private List _voiceList = default!; @@ -27,7 +26,6 @@ private void InitializeVoice() if (!IoCManager.Instance!.TryResolveType(out _sponsorsMgr)) return; - _ttsMgr = IoCManager.Resolve(); _random = IoCManager.Resolve(); _ttsSys = _entMan.System(); _voiceList = _prototypeManager