X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=main.c;h=19d2c8d29bbd1dc46b60d2620463539391c045f7;hp=a769d21b8c2851e566de673e754882b2236e3329;hb=9deb150f2ba289736e81f69bb7cf24e5b236ee96;hpb=b53b484c91209f5d8f1e2f9c56026021de1b6142 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();