Eurosignal: Removed useless channel check

This commit is contained in:
Andreas Eversberg 2021-10-12 18:19:48 +02:00
parent b0b0046ad3
commit 3e5326f891
1 changed files with 0 additions and 5 deletions

View File

@ -247,11 +247,6 @@ int euro_create(const char *kanal, const char *device, int use_sdr, int samplera
return -EINVAL;
}
if (atoi(kanal) == 19) {
PDEBUG(DEURO, DEBUG_ERROR, "Selected calling channel ('Rufkanal') number %s can't be used as traffic channel.\n", kanal);
return -EINVAL;
}
euro = calloc(1, sizeof(*euro));
if (!euro) {
PDEBUG(DEURO, DEBUG_ERROR, "No memory!\n");