mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 07:12:12 +08:00
Remove unneeded event binding
This commit is contained in:
@@ -59,7 +59,6 @@ namespace osu.Game.Screens.Play
|
||||
ReplaySettingsOverlay = CreateReplaySettingsOverlay(),
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
|
||||
@@ -98,8 +98,6 @@ namespace osu.Game.Screens.Play
|
||||
OnSeek = position => OnSeek?.Invoke(position),
|
||||
},
|
||||
};
|
||||
|
||||
replayLoaded.ValueChanged += v => AllowSeeking = v;
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
||||
Reference in New Issue
Block a user