Remove double function
This commit is contained in:
parent
3cbc802c72
commit
d9d13fd84e
1 changed files with 0 additions and 9 deletions
|
@ -215,15 +215,6 @@ inline void send_c_infostart(struct module from) {
|
|||
/**
|
||||
* Send a controller "strikeout" OBUS message
|
||||
*/
|
||||
inline void send_c_infostart(struct module from) {
|
||||
assert(from.type == OBUS_TYPE_CONTROLLER);
|
||||
struct message msg = _msg(from, false, OBUS_MSGTYPE_C_INFOSTART);
|
||||
send(&msg);
|
||||
}
|
||||
|
||||
/**
|
||||
* Send a controller "info start" OBUS message
|
||||
*/
|
||||
inline void send_c_strikeout(
|
||||
struct module from, uint32_t time_left, uint8_t strikes, uint8_t max_strikes) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue