From 3aa6c8e32481a2de9579a2fd72ab26661b876fd4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 2 Apr 2015 19:35:44 +0200 Subject: [PATCH] (apple/iOS/bluetooth/btpad.c) Cleanups --- apple/iOS/bluetooth/btpad.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/apple/iOS/bluetooth/btpad.c b/apple/iOS/bluetooth/btpad.c index 7e8e4601df..71d53b81e2 100644 --- a/apple/iOS/bluetooth/btpad.c +++ b/apple/iOS/bluetooth/btpad.c @@ -145,9 +145,7 @@ void btpad_packet_handler(uint8_t packet_type, if (connection && connection->state == BTPAD_CONNECTED && (connection->channels[0] == channel || connection->channels[1] == channel)) - { pad_connection_packet(&slots[connection->slot], connection->slot, packet, size); - } } break; case HCI_EVENT_PACKET: