diff options
| author | snori <snori@xord.org> | 2015-04-08 02:02:09 +0900 |
|---|---|---|
| committer | snori <snori@xord.org> | 2015-04-08 02:02:09 +0900 |
| commit | 258dc8832e34a31d22fe9f57aa2775f22b3881ab (patch) | |
| tree | b63adf3d445626b399d355671eaca5b366ffd6bc /RtAudio.cpp | |
| parent | 18be2b035ad4c42c7cb1a9d8aab123e5a29d6a56 (diff) | |
delete not needed line. (duplicated)
Diffstat (limited to 'RtAudio.cpp')
| -rwxr-xr-x | RtAudio.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index 8cac299..6fe26d0 100755 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -1406,7 +1406,6 @@ void RtApiCore :: closeStream( void ) CoreHandle *handle = (CoreHandle *) stream_.apiHandle;
if ( stream_.mode == OUTPUT || stream_.mode == DUPLEX ) {
- if ( stream_.mode == OUTPUT || stream_.mode == DUPLEX ) {
if (handle) {
AudioObjectPropertyAddress property = { kAudioHardwarePropertyDevices,
kAudioObjectPropertyScopeGlobal,
|
