removed obsolete ifdef for CAPI_SYNC

This commit is contained in:
MelwareDE 2005-06-27 14:38:16 +00:00
parent 99e02197b1
commit 6786c6f483
1 changed files with 0 additions and 2 deletions

View File

@ -1240,10 +1240,8 @@ static struct ast_channel *capi_new(struct ast_capi_pvt *i, int state)
i->doB3 = AST_CAPI_B3_DONT;
i->outgoing = 0;
i->onholdPLCI = 0;
#ifdef CAPI_SYNC
i->B3q = 0;
ast_mutex_init(&i->lockB3q);
#endif
memset(i->txavg, 0, ECHO_TX_COUNT);
if (i->doDTMF == 1) {