Remove DatabaseBackedStore Reset functions

This commit is contained in:
TocoToucan
2017-10-25 15:12:14 +03:00
parent 63fe569afa
commit 5107489cda
6 changed files with 0 additions and 43 deletions

View File

@ -143,10 +143,5 @@ namespace osu.Game.Rulesets.Scoring
return new Replay { Frames = frames };
}
public override void Reset()
{
throw new NotImplementedException();
}
}
}