mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08:00
Remove unused variables
This commit is contained in:
parent
2689de0c0c
commit
37bc75a7b6
@ -120,7 +120,6 @@ namespace osu.Game.Overlays.Toolbar
|
||||
public class OnlineSprite : Sprite
|
||||
{
|
||||
private readonly string url;
|
||||
private readonly int userId;
|
||||
|
||||
public OnlineSprite(string url)
|
||||
{
|
||||
|
@ -13,8 +13,6 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
public class SkipButton : TwoLayerButton
|
||||
{
|
||||
private readonly double skipDestination;
|
||||
|
||||
public SkipButton()
|
||||
{
|
||||
Text = @"Skip";
|
||||
|
Loading…
Reference in New Issue
Block a user