commands.mm: Remove stray break
This was from when a switch was used before. FossilOrigin-Name: b8dd9a3d27d633529b03d05d9575111d8483524549f9f021e9a9e1ff50c2c1a2
This commit is contained in:
parent
11c7321f0d
commit
2cd917c394
1 changed files with 0 additions and 1 deletions
|
@ -279,7 +279,6 @@ execute(OFString *string, bool isDown)
|
||||||
}
|
}
|
||||||
val = execute(
|
val = execute(
|
||||||
[identifier action], isDown);
|
[identifier action], isDown);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue