core/audio: Remove unused on_error() AudioDriver function

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2015-12-16 09:22:47 -05:00
parent 2511db3a08
commit 7765c2bf57
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ struct audio_ops {
* audio frameworks for audio playback.
*/
class AudioDriver {
protected:
void (*on_error) (); /**< Error handling callback function. */
public:
AudioDriver(); /**< Default AudioDriver constructor. */
virtual ~AudioDriver(); /**< AudioDriver destructor. */