summaryrefslogtreecommitdiff
path: root/tests/repeat_key/repeat_key_combo/test_repeat_key_combo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/repeat_key/repeat_key_combo/test_repeat_key_combo.cpp')
-rw-r--r--tests/repeat_key/repeat_key_combo/test_repeat_key_combo.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/repeat_key/repeat_key_combo/test_repeat_key_combo.cpp b/tests/repeat_key/repeat_key_combo/test_repeat_key_combo.cpp
index 2d2fbaa966..c2d96a0dfe 100644
--- a/tests/repeat_key/repeat_key_combo/test_repeat_key_combo.cpp
+++ b/tests/repeat_key/repeat_key_combo/test_repeat_key_combo.cpp
@@ -24,13 +24,6 @@ using ::testing::InSequence;
namespace {
-extern "C" {
-// Define a combo: KC_X + KC_Y = KC_Q.
-const uint16_t xy_combo[] PROGMEM = {KC_X, KC_Y, COMBO_END};
-combo_t key_combos[] = {COMBO(xy_combo, KC_Q)};
-uint16_t COMBO_LEN = sizeof(key_combos) / sizeof(*key_combos);
-} // extern "C"
-
class RepeatKey : public TestFixture {};
// Tests repeating a combo, KC_X + KC_Y = KC_Q, by typing