From d1f68abab960bcc54225b49516ae247114866e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=AF=E5=8D=81=E5=85=AD=E5=A4=9C?= Date: Tue, 20 Dec 2016 15:50:50 +0800 Subject: [PATCH] Remove unsupported file format --- 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 12a26dafa8..5a7f9b8494 100644 --- a/osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs +++ b/osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs @@ -25,7 +25,6 @@ namespace osu.Game.Beatmaps.Formats AddDecoder(@"osu file format v12"); AddDecoder(@"osu file format v11"); AddDecoder(@"osu file format v10"); - AddDecoder(@"osu file format v9"); // TODO: Not sure how far back to go, or differences between versions }