Skip to content

Commit

Permalink
Merge pull request #29531 from bdach/remove-dead-classes
Browse files Browse the repository at this point in the history
Remove dead row attribute classes
  • Loading branch information
peppy authored Aug 20, 2024
2 parents 95a3dcf + 373ff47 commit 28f1ea9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 107 deletions.
6 changes: 0 additions & 6 deletions osu.Game/Screens/Edit/Timing/ControlPointTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,8 @@ private Drawable createAttribute(ControlPoint controlPoint)
case TimingControlPoint timing:
return new TimingRowAttribute(timing);

case DifficultyControlPoint difficulty:
return new DifficultyRowAttribute(difficulty);

case EffectControlPoint effect:
return new EffectRowAttribute(effect);

case SampleControlPoint sample:
return new SampleRowAttribute(sample);
}

throw new ArgumentOutOfRangeException(nameof(controlPoint), $"Control point type {controlPoint.GetType()} is not supported");
Expand Down

This file was deleted.

57 changes: 0 additions & 57 deletions osu.Game/Screens/Edit/Timing/RowAttributes/SampleRowAttribute.cs

This file was deleted.

0 comments on commit 28f1ea9

Please sign in to comment.