summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bchannel.c3
1 files changed, 0 insertions, 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)