소스 검색

Remove unused variable on the keymap.

Thiago Alves 9 년 전
부모
커밋
f70dec3ee9
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      keyboard/ergodox_ez/keymaps/townk_osx/keymap.c

+ 0 - 2
keyboard/ergodox_ez/keymaps/townk_osx/keymap.c

@@ -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) {