mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 09:20:02 +09:00
Remove unnecessary disposal
This commit is contained in:
@ -71,12 +71,5 @@ namespace osu.Game.Overlays.Direct
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
button?.State.UnbindAll();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user