From cdf4d9b03371c61ba017d530fddb3629d48c4b4b Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 31 Jan 2018 18:33:18 +0900 Subject: [PATCH] Remove empty line --- osu.Game/OsuGame.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/OsuGame.cs b/osu.Game/OsuGame.cs index fed3392460..b667bc6876 100644 --- a/osu.Game/OsuGame.cs +++ b/osu.Game/OsuGame.cs @@ -413,7 +413,6 @@ namespace osu.Game { base.OnActivated(); Audio.RemoveAdjustment(AdjustableProperty.Volume, inactiveVolumeAdjust); - } public bool OnReleased(GlobalAction action) => false;