diff options
Diffstat (limited to 'server/connection.c')
-rw-r--r-- | server/connection.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/connection.c b/server/connection.c index a73470b..366eec5 100644 --- a/server/connection.c +++ b/server/connection.c @@ -281,7 +281,6 @@ cDevice* cServerConnection::CheckDevice(const cChannel *Channel, int Priority, b return NULL; // no CAM is able to decrypt this channel } - bool NeedsDetachReceivers = false; cDevice *d = NULL; //cCamSlot *s = NULL; @@ -335,7 +334,6 @@ cDevice* cServerConnection::CheckDevice(const cChannel *Channel, int Priority, b // This device has less impact than any previous one, so we take it. Impact = imp; d = device; - NeedsDetachReceivers = ndr; } } } |