1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:03:13 +08:00

Remove unused enum

This commit is contained in:
PercyDan54 2020-11-24 17:23:53 +08:00
parent 07ee36a4ef
commit 0b735b84cf
No known key found for this signature in database
GPG Key ID: 6AEA7C525131BAF3

View File

@ -228,13 +228,5 @@ namespace osu.Game.Screens.Import
Task.Factory.StartNew(() => gameBase.Import(paths), TaskCreationOptions.LongRunning);
}
public enum FileFilterType
{
Skin,
Beatmap,
Replay,
All
}
}
}