Skip to content

Commit

Permalink
remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
amylizzle committed Nov 28, 2024
1 parent ed5d8bf commit 861e9de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenDreamClient/Rendering/DreamViewOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ internal sealed class DreamViewOverlay : Overlay {
[Dependency] private readonly IClyde _clyde = default!;
[Dependency] private readonly IPrototypeManager _protoManager = default!;
[Dependency] private readonly ProfManager _prof = default!;
[Dependency] private readonly MarkupTagManager _tagManager = default!;
[Dependency] private readonly IResourceCache _resourceCache = default!;

private Font _defaultMaptextFont;
Expand Down

0 comments on commit 861e9de

Please sign in to comment.