1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 02:25:29 +08:00

Remove unused variables

This commit is contained in:
Thomas Müller
2017-02-23 22:32:49 +01:00
Unverified
parent 2689de0c0c
commit 37bc75a7b6
2 changed files with 0 additions and 3 deletions
@@ -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)
{
-2
View File
@@ -13,8 +13,6 @@ namespace osu.Game.Screens.Play
{
public class SkipButton : TwoLayerButton
{
private readonly double skipDestination;
public SkipButton()
{
Text = @"Skip";