Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Sep 10, 2024
1 parent 68caf5d commit 139e88f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Content.Client.Gameplay;
using Content.Client.UserInterface.Controls;
using Content.Shared.Input;
using Content.Shared.Language.Events;
using Robust.Client.UserInterface.Controllers;
using Robust.Client.UserInterface.Controls;
using Robust.Shared.Input.Binding;
Expand Down Expand Up @@ -65,9 +64,6 @@ public void LoadButton()
return;

LanguageButton.OnPressed += LanguageButtonPressed;

if (LanguageWindow == null)
return;
}

private void LanguageButtonPressed(ButtonEventArgs args)
Expand Down

0 comments on commit 139e88f

Please sign in to comment.