summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmk_core/common/webusb.c2
1 files changed, 0 insertions, 2 deletions
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];