Skip to content

Commit

Permalink
Get rid of weird method
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Aug 7, 2024
1 parent e6d5389 commit f83d43c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions osu.Game/Overlays/Mods/ModCustomisationPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,6 @@ private void updateDisplay()
}
}

public void UpdateHoverExpansion(ModCustomisationPanelState state)
{
if (state > ModCustomisationPanelState.Collapsed && state <= ExpandedState.Value)
return;

ExpandedState.Value = state;
}

private void updateMods()
{
ExpandedState.Value = ModCustomisationPanelState.Collapsed;
Expand Down

0 comments on commit f83d43c

Please sign in to comment.