diff --git a/src/events.c b/src/events.c index 1d8319d..c33577f 100644 --- a/src/events.c +++ b/src/events.c @@ -191,10 +191,6 @@ int wiiuse_poll(struct wiimote_t** wm, int wiimotes) { return evnt; } - -///////////////////////////////////////////////////////////////////////////////////////////////////// -/* Harts API */ - int wiiuse_update(struct wiimote_t** wiimotes, int nwiimotes, wiiuse_update_cb callback) { if (wiiuse_poll(wiimotes, nwiimotes)) { static struct WiimoteState_t s; @@ -227,7 +223,6 @@ int wiiuse_update(struct wiimote_t** wiimotes, int nwiimotes, wiiuse_update_cb c return 0; } - /** * @brief Called on a cycle where no significant change occurs. *