summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSuper User2007-05-30 06:14:41 +0200
committerSuper User2007-05-30 06:14:41 +0200
commit9deb150f2ba289736e81f69bb7cf24e5b236ee96 (patch)
treee557fe407bf9d6951697316c44f2bc62eff14501 /main.c
parenttest (diff)
downloadlcr-9deb150f2ba289736e81f69bb7cf24e5b236ee96.tar.gz
lcr-9deb150f2ba289736e81f69bb7cf24e5b236ee96.tar.xz
lcr-9deb150f2ba289736e81f69bb7cf24e5b236ee96.zip
backup
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.c b/main.c
index a769d21..19d2c8d 100644
--- a/main.c
+++ b/main.c
@@ -264,13 +264,6 @@ int main(int argc, char *argv[])
goto free;
}
- /* check if we have a jitter limit that makes sense */
- if (ISDN_JITTERLIMIT < 256)
- {
- fprintf(stderr, "The ISDN_JITTERLIMIT must be at least 256 samples.\n");
- goto free;
- }
-
/* init crc */
crc_init();