mirror of
https://github.com/osukey/osukey.git
synced 2025-05-31 18:37:32 +09: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
|
public class OnlineSprite : Sprite
|
||||||
{
|
{
|
||||||
private readonly string url;
|
private readonly string url;
|
||||||
private readonly int userId;
|
|
||||||
|
|
||||||
public OnlineSprite(string url)
|
public OnlineSprite(string url)
|
||||||
{
|
{
|
||||||
|
@ -13,8 +13,6 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
public class SkipButton : TwoLayerButton
|
public class SkipButton : TwoLayerButton
|
||||||
{
|
{
|
||||||
private readonly double skipDestination;
|
|
||||||
|
|
||||||
public SkipButton()
|
public SkipButton()
|
||||||
{
|
{
|
||||||
Text = @"Skip";
|
Text = @"Skip";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user