From d578b7aba8c8fe13c050591f605485f151096489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 28 Sep 2017 03:24:40 +0200 Subject: [PATCH] Remove unused variable DisableKeyMatrixScanState. --- left/src/main.h | 1 - 1 file changed, 1 deletion(-) diff --git a/left/src/main.h b/left/src/main.h index 0c79075..7df0c8c 100644 --- a/left/src/main.h +++ b/left/src/main.h @@ -13,6 +13,5 @@ // Variables: extern key_matrix_t keyMatrix; - extern volatile bool DisableKeyMatrixScanState; #endif