From cc897632f9033ee2c3f008085dce4d0d453a67ca Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Thu, 9 Aug 2012 00:59:32 +0200 Subject: [PATCH] Removed unused buffer --- PS3BT.h | 1 - 1 file changed, 1 deletion(-) diff --git a/PS3BT.h b/PS3BT.h index e44083a1..dfcdd3e2 100644 --- a/PS3BT.h +++ b/PS3BT.h @@ -275,7 +275,6 @@ private: uint32_t timerHID;// timer used see if there has to be a delay before a new HID command uint32_t timerBulbRumble;// used to continuously set PS3 Move controller Bulb and rumble values - uint8_t l2capoutbuf[BULK_MAXPKTSIZE];// General purpose buffer for l2cap out data uint8_t l2capinbuf[BULK_MAXPKTSIZE]; // General purpose buffer for l2cap in data uint8_t HIDBuffer[HID_BUFFERSIZE];// Used to store HID commands uint8_t HIDMoveBuffer[HID_BUFFERSIZE];// Used to store HID commands for the Move controller