Skip to content

Commit

Permalink
Remove unused constructor parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
araszka committed Oct 5, 2024
1 parent 77ecac6 commit 8530c4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Modules/ScoreboardModule/Services/ScoreboardService.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using EvoSC.Common.Interfaces;
using EvoSC.Common.Interfaces.Themes;
using EvoSC.Common.Services.Attributes;
using EvoSC.Common.Services.Models;
using EvoSC.Manialinks.Interfaces;
Expand All @@ -15,7 +14,6 @@ public class ScoreboardService(
IManialinkManager manialinks,
IServerClient server,
IScoreboardNicknamesService nicknamesService,
IThemeManager themes,
IScoreboardSettings settings,
IGameModeUiModuleService gameModeUiModuleService
)
Expand Down

0 comments on commit 8530c4b

Please sign in to comment.