Remove unneeded comments and c++-style comment

This commit is contained in:
Ryan Pavlik
2011-05-25 14:42:30 -05:00
parent c10ae6bcba
commit 8f07f7a480

View File

@@ -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.
*