Removed empty ctor in PauseProgressGraph

This commit is contained in:
DrabWeb
2017-01-30 16:18:34 -04:00
parent 9d4a14074f
commit fe09bab78f

View File

@ -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
} }
}
} }