Apply suggestions from code review

Remove unneeded breaks (few more forgotten ones).

Co-authored-by: Nick Brassel <nick@tzarc.org>
master
Josef Adamčík 2020-05-18 12:45:38 +02:00 committed by GitHub
parent 2a43989d30
commit 2651edc243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -339,7 +339,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
unregister_code(KC_C);
}
return false;
break;
case KC_PASTE:
if (record->event.pressed) {
register_mods(mod_config(MOD_LCTL));
@ -349,7 +348,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
unregister_code(KC_V);
}
return false;
break;
case KC_CUT:
if (record->event.pressed) {
register_mods(mod_config(MOD_LCTL));