diff --git a/osu.Game/Overlays/Options/Online/PrivacyOptions.cs b/osu.Game/Overlays/Options/Online/PrivacyOptions.cs index aeea7d3247..2179d694ee 100644 --- a/osu.Game/Overlays/Options/Online/PrivacyOptions.cs +++ b/osu.Game/Overlays/Options/Online/PrivacyOptions.cs @@ -9,7 +9,6 @@ namespace osu.Game.Overlays.Options.Online public PrivacyOptions() { - // TODO: this should probably be split into Alerts and Privacy Children = new Drawable[] { new BasicCheckBox { LabelText = "Share your city location with others" },