Skip to content

Commit

Permalink
Remove TTS manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Sep 27, 2023
1 parent c45553d commit 10efb7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Client/Corvax/TTS/HumanoidProfileEditor.TTS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<TTSVoicePrototype> _voiceList = default!;
Expand All @@ -27,7 +26,6 @@ private void InitializeVoice()
if (!IoCManager.Instance!.TryResolveType(out _sponsorsMgr))
return;

_ttsMgr = IoCManager.Resolve<TTSManager>();
_random = IoCManager.Resolve<IRobustRandom>();
_ttsSys = _entMan.System<TTSSystem>();
_voiceList = _prototypeManager
Expand Down

0 comments on commit 10efb7d

Please sign in to comment.