From 8f07f7a480d78c7f57f0921d33cd7532cdd7a211 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 25 May 2011 14:42:30 -0500 Subject: [PATCH] Remove unneeded comments and c++-style comment --- src/events.c | 5 ----- 1 file changed, 5 deletions(-) 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. *