Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1908 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.71
sletz 17 years ago
parent
commit
e463543e55
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      macosx/JackCoreAudioDriver.cpp

+ 2
- 3
macosx/JackCoreAudioDriver.cpp View File

@@ -28,7 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include "driver_interface.h"
#include <iostream>

#define IO_CPU 1
#define IO_CPU 0

namespace Jack
{
@@ -848,7 +848,6 @@ int JackCoreAudioDriver::AddListeners()
return -1;
}

/*
#if IO_CPU
if (!fEngineControl->fSyncMode) {
UInt32 outSize = sizeof(float);
@@ -860,7 +859,7 @@ int JackCoreAudioDriver::AddListeners()
}
}
#endif
*/
return 0;
}



Loading…
Cancel
Save