mirror of
https://github.com/osukey/osukey.git
synced 2025-05-04 21:27:22 +09:00
Remove unnecessary local variable
This commit is contained in:
parent
51e7b9950e
commit
c40f887492
@ -75,9 +75,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
|
||||
protected override Drawable CreateBackground() => new OverlayHeaderBackground(@"Headers/changelog");
|
||||
|
||||
protected override Drawable CreateContent()
|
||||
{
|
||||
var content = new Container
|
||||
protected override Drawable CreateContent() => new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
@ -101,9 +99,6 @@ namespace osu.Game.Overlays.Changelog
|
||||
}
|
||||
};
|
||||
|
||||
return content;
|
||||
}
|
||||
|
||||
protected override OverlayTitle CreateTitle() => new ChangelogHeaderTitle();
|
||||
|
||||
public void Populate(List<APIUpdateStream> streams)
|
||||
|
Loading…
x
Reference in New Issue
Block a user