Remove unneeded event binding

This commit is contained in:
smoogipoo
2018-01-18 00:03:41 +09:00
parent c79603290d
commit a05032779f
2 changed files with 0 additions and 3 deletions

View File

@ -59,7 +59,6 @@ namespace osu.Game.Screens.Play
ReplaySettingsOverlay = CreateReplaySettingsOverlay(),
}
});
}
[BackgroundDependencyLoader(true)]