Skip to content

Commit

Permalink
Merge pull request #138 from frenzibyte/more-damn-errors
Browse files Browse the repository at this point in the history
Remove unused using directives
  • Loading branch information
frenzibyte authored Apr 10, 2021
2 parents 0f21395 + e722553 commit 780881f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Rush.Objects.Drawables.Pieces;
using osu.Game.Rulesets.Scoring;
using osu.Game.Rulesets.UI.Scrolling;
using osu.Game.Skinning;

Expand Down
2 changes: 0 additions & 2 deletions osu.Game.Rulesets.Rush/RushRuleset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
Expand Down

0 comments on commit 780881f

Please sign in to comment.