From 871a0ec84a63807bae5122fc6505f4bc94740f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 12 Dec 2016 00:25:13 +0100 Subject: [PATCH] Remove variables because they yield warnings which shouldn't happen according to our contributing guide. --- right/src/keyboard_layout.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/right/src/keyboard_layout.c b/right/src/keyboard_layout.c index fde3565..79de692 100644 --- a/right/src/keyboard_layout.c +++ b/right/src/keyboard_layout.c @@ -38,9 +38,6 @@ static void clearKeymasks(const uint8_t *leftKeyStates, const uint8_t *rightKeyS } } -static uint8_t LEDVal = 0; -static int8_t LEDstep = 10; - bool pressKey(uhk_key_t key, int scancodeIdx, usb_keyboard_report_t *report) { if (key.type != UHK_KEY_SIMPLE) { return false;