From 29506a890c9f5ad767f8cd367048409afcde6552 Mon Sep 17 00:00:00 2001 From: Super User Date: Tue, 27 May 2008 09:56:35 +0200 Subject: [PATCH] work modified: bchannel.c --- bchannel.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/bchannel.c b/bchannel.c index 258893e..b866b69 100644 --- a/bchannel.c +++ b/bchannel.c @@ -210,9 +210,6 @@ int bchannel_create(struct bchannel *bchannel) return(0); } - /* default tx_dejitter */ - bchannel->b_tx_dejitter = 1; - /* open socket */ bchannel->b_sock = socket(PF_ISDN, SOCK_DGRAM, ISDN_P_B_L2DSP); if (bchannel->b_sock < 0) -- 2.13.6