From 354af718940929d235ad49d4c32194f6f40c8fa0 Mon Sep 17 00:00:00 2001 From: Florian Didron Date: Thu, 28 Nov 2019 22:00:46 +0900 Subject: chore: unused var cleanup --- tmk_core/common/webusb.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tmk_core/common') diff --git a/tmk_core/common/webusb.c b/tmk_core/common/webusb.c index 63b967b7bf..5d8993ac78 100644 --- a/tmk_core/common/webusb.c +++ b/tmk_core/common/webusb.c @@ -7,8 +7,6 @@ webusb_state_t webusb_state = { .pairing = false, }; -#define pl u8"https://plop.com" - void webusb_receive(uint8_t *data, uint8_t length) { uint8_t command = data[0]; -- cgit v1.2.3