commands.mm: Remove stray break

This was from when a switch was used before.

FossilOrigin-Name: b8dd9a3d27d633529b03d05d9575111d8483524549f9f021e9a9e1ff50c2c1a2
This commit is contained in:
Jonathan Schleifer 2025-03-09 00:27:20 +00:00
parent 11c7321f0d
commit 2cd917c394

View file

@ -279,7 +279,6 @@ execute(OFString *string, bool isDown)
} }
val = execute( val = execute(
[identifier action], isDown); [identifier action], isDown);
break;
} }
} }
} }