diff --git a/src/gaudio/sys_defs.h b/src/gaudio/sys_defs.h index 7ee3bf40..5a43af18 100644 --- a/src/gaudio/sys_defs.h +++ b/src/gaudio/sys_defs.h @@ -195,8 +195,6 @@ extern "C" { * * @param[in] ms The maximum amount of time in milliseconds to wait for playing to complete. * - * @return ToDo - * * @api */ bool_t gaudioPlayWait(delaytime_t ms); @@ -264,8 +262,6 @@ extern "C" { * of buffers required. It works before the free list is a FIFO queue and therefore buffers are kept * in the queue as long as possible before they are re-used. * - * @return ToDo - * * @api */ GDataBuffer *gaudioRecordGetData(delaytime_t ms);