mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Removed empty ctor in PauseProgressGraph
This commit is contained in:
@ -3,11 +3,7 @@
|
|||||||
namespace osu.Game.Overlays.Pause
|
namespace osu.Game.Overlays.Pause
|
||||||
{
|
{
|
||||||
public class PauseProgressGraph : Container
|
public class PauseProgressGraph : Container
|
||||||
{
|
|
||||||
|
|
||||||
public PauseProgressGraph()
|
|
||||||
{
|
{
|
||||||
// TODO: Implement the pause progress graph
|
// TODO: Implement the pause progress graph
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user