diff options
author | fauxpark <fauxpark@gmail.com> | 2019-01-11 10:58:59 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-11 18:32:43 -0800 |
commit | 3ea7c2a4340d129266ecea2e38185455059274d2 (patch) | |
tree | 1e0d07ae2ce9e7ef2e0353570eaf146473cd757e /tests/basic | |
parent | 67adc29aa35719eea2de43bacf9cd5e8b5dfd79e (diff) | |
download | qmk_firmware-3ea7c2a4340d129266ecea2e38185455059274d2.tar.gz qmk_firmware-3ea7c2a4340d129266ecea2e38185455059274d2.zip |
Remove empty action_function()
Diffstat (limited to 'tests/basic')
-rw-r--r-- | tests/basic/keymap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/basic/keymap.c b/tests/basic/keymap.c index 3f97c0a0ee..5dd9aaeb6e 100644 --- a/tests/basic/keymap.c +++ b/tests/basic/keymap.c @@ -41,6 +41,3 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { } return MACRO_NONE; }; - -void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) { -}
\ No newline at end of file |