Remove default value without use

This commit is contained in:
HoutarouOreki
2018-07-26 13:43:47 +02:00
parent 93dbc55738
commit a2959e9171

View File

@ -116,7 +116,7 @@ namespace osu.Game.Overlays.Changelog
}; };
} }
public ChangelogContentGroup(APIChangelog build, bool newDate = false) public ChangelogContentGroup(APIChangelog build, bool newDate)
{ {
ClickableText clickableText; ClickableText clickableText;
RelativeSizeAxes = Axes.X; RelativeSizeAxes = Axes.X;