]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Remove unused variable on the keymap.
authorThiago Alves <talk@thiagoalves.com.br>
Wed, 11 May 2016 21:01:15 +0000 (14:01 -0700)
committerThiago Alves <talk@thiagoalves.com.br>
Wed, 11 May 2016 21:01:15 +0000 (14:01 -0700)
keyboard/ergodox_ez/keymaps/townk_osx/keymap.c

index eb7700b7ff2b99f20d6dbac53cf741c6b8fae845..b63698ec6a70e6803f5bda4041dcbf34bb283902 100644 (file)
@@ -200,8 +200,6 @@ const uint16_t PROGMEM fn_actions[] = {
   [3] = ACTION_LAYER_TAP_KEY(KEYPAD, KC_RBRC),
 };
 
-static uint16_t key_timer;
-
 const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
   // MACRODOWN only works in this function
   switch(id) {