mirror of
https://github.com/ppy/osu.git
synced 2025-01-10 22:32:56 +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)
|
if (e.ControlPressed || e.SuperPressed)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
bool handled = false;
|
|
||||||
|
|
||||||
if (checkLeftToggleFromKey(e.Key, out int leftIndex))
|
if (checkLeftToggleFromKey(e.Key, out int leftIndex))
|
||||||
{
|
{
|
||||||
var item = toolboxCollection.Items.ElementAtOrDefault(leftIndex);
|
var item = toolboxCollection.Items.ElementAtOrDefault(leftIndex);
|
||||||
|
Loading…
Reference in New Issue
Block a user