From 243a6ca7745f59e256b531ca5034059ca55e644c Mon Sep 17 00:00:00 2001
From: Dan Balasescu <smoogipooo@gmail.com>
Date: Fri, 18 Aug 2017 13:27:16 +0900
Subject: [PATCH] Update OsuLegacyDecoder.cs

---
 osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs b/osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs
index 82f48d4361..093f607e0d 100644
--- a/osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs
+++ b/osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs
@@ -5,7 +5,6 @@ using System;
 using System.Collections.Generic;
 using System.Globalization;
 using System.IO;
-using System.Linq;
 using OpenTK.Graphics;
 using osu.Game.Beatmaps.Timing;
 using osu.Game.Beatmaps.Legacy;