mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 14:50:45 +08:00
Removed empty ctor in PauseProgressGraph
This commit is contained in:
@@ -4,10 +4,6 @@ namespace osu.Game.Overlays.Pause
|
||||
{
|
||||
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