1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove unnecessary mapped type

This commit is contained in:
Dean Herbert 2021-01-12 15:50:09 +09:00
parent 7769d95e7b
commit f0a9688baa

View File

@ -32,7 +32,6 @@ namespace osu.Game.Database
.ForMember(s => s.Files, d => d.MapFrom(s => s.Files))
.MaxDepth(2);
c.CreateMap<DatabasedKeyBinding, DatabasedKeyBinding>();
c.CreateMap<RealmKeyBinding, RealmKeyBinding>();
c.CreateMap<DatabasedSetting, DatabasedSetting>();
c.CreateMap<FileInfo, FileInfo>();