浏览代码

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