mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Remove unused variable
This commit is contained in:
parent
42675be6cf
commit
588a36cba3
@ -404,8 +404,6 @@ namespace osu.Game.Rulesets.Edit
|
||||
if (e.ControlPressed || e.SuperPressed)
|
||||
return false;
|
||||
|
||||
bool handled = false;
|
||||
|
||||
if (checkLeftToggleFromKey(e.Key, out int leftIndex))
|
||||
{
|
||||
var item = toolboxCollection.Items.ElementAtOrDefault(leftIndex);
|
||||
|
Loading…
Reference in New Issue
Block a user