mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove unused enum
This commit is contained in:
@ -228,13 +228,5 @@ namespace osu.Game.Screens.Import
|
|||||||
|
|
||||||
Task.Factory.StartNew(() => gameBase.Import(paths), TaskCreationOptions.LongRunning);
|
Task.Factory.StartNew(() => gameBase.Import(paths), TaskCreationOptions.LongRunning);
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum FileFilterType
|
|
||||||
{
|
|
||||||
Skin,
|
|
||||||
Beatmap,
|
|
||||||
Replay,
|
|
||||||
All
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user