From bba007f0a7865ddd3ff552e4c0db0f6c3e3731aa Mon Sep 17 00:00:00 2001 From: Joshua Olson <0joshua.olson1@gmail.com> Date: Sat, 23 Jul 2016 19:15:26 -0600 Subject: [PATCH] Remove duplicate documented SoundIoError --- soundio/soundio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/soundio/soundio.h b/soundio/soundio.h index 1f1ab10..6aa8359 100644 --- a/soundio/soundio.h +++ b/soundio/soundio.h @@ -946,7 +946,6 @@ SOUNDIO_EXPORT void soundio_outstream_destroy(struct SoundIoOutStream *outstream /// * #SoundIoErrorBackendDisconnected /// * #SoundIoErrorSystemResources /// * #SoundIoErrorNoSuchClient - when JACK returns `JackNoSuchClient` -/// * #SoundIoErrorOpeningDevice /// * #SoundIoErrorIncompatibleBackend - SoundIoOutStream::channel_count is /// greater than the number of channels the backend can handle. /// * #SoundIoErrorIncompatibleDevice - stream parameters requested are not