diff options
author | Paul Adenot <[email protected]> | 2016-10-17 15:31:33 +0200 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2016-10-17 15:31:33 +0200 |
commit | 30ac9f0c8e691f746277532a87451a0198e6ed6f (patch) | |
tree | d7c9938dd2fe8c8c001b038da81d2607f22bd75d /test/test_sanity.cpp | |
parent | a17d262ea0578f2ed9891e202ecd65b3809d9cc1 (diff) | |
download | cubeb-30ac9f0c8e691f746277532a87451a0198e6ed6f.tar.gz cubeb-30ac9f0c8e691f746277532a87451a0198e6ed6f.zip |
Revert "opensl: Implement capture and full-duplex streams."
This reverts commit d880e44e192520fb7c1ed5a240d52d22972eb892.
Diffstat (limited to 'test/test_sanity.cpp')
-rw-r--r-- | test/test_sanity.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_sanity.cpp b/test/test_sanity.cpp index 1ca1b88..282dd97 100644 --- a/test/test_sanity.cpp +++ b/test/test_sanity.cpp @@ -582,8 +582,6 @@ test_drain(void) cubeb_stream_destroy(stream); cubeb_destroy(ctx); - got_drain = 0; - do_drain = 0; END_TEST; } |