cmAudioAggDev.c : Commented out call to recdPrint() to fix link problem on Mac.

This commit is contained in:
kevin 2016-02-04 17:56:35 -05:00
parent 538996549b
commit 3c81940892

View File

@ -716,7 +716,7 @@ void _cmApAggPortCb2( cmApAudioPacket_t* inPktArray, unsigned inPktCnt, cmApAudi
} }
void recdPrint(); //void recdPrint();
// Audio Port testing function // Audio Port testing function
int cmApAggTest( bool runFl, cmCtx_t* ctx, int argc, const char* argv[] ) int cmApAggTest( bool runFl, cmCtx_t* ctx, int argc, const char* argv[] )
@ -895,7 +895,7 @@ int cmApAggTest( bool runFl, cmCtx_t* ctx, int argc, const char* argv[] )
case 'r': case 'r':
recdPrint(); //recdPrint();
break; break;
default: default: