diff options
| author | Joel Challis | 2024-07-27 06:56:33 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-27 06:56:33 +0200 |
| commit | 20ae67ba01c4fd934ae73476a17c8e7d36c821d0 (patch) | |
| tree | 2fd7b4f6820691d97a6d6fc97a94af390559efe9 /keyboards/stront | |
| parent | 938837e881cb45fd567dfe8b4a2759c71864ec74 (diff) | |
Remove duplicate calls to `housekeeping_task_user` (#24201)
Diffstat (limited to 'keyboards/stront')
| -rw-r--r-- | keyboards/stront/stront.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/stront/stront.c b/keyboards/stront/stront.c index dc1f588c9b..1d6f7582a5 100644 --- a/keyboards/stront/stront.c +++ b/keyboards/stront/stront.c @@ -46,8 +46,6 @@ void housekeeping_task_kb(void) { if (display_enabled) { display_housekeeping_task(); } - - housekeeping_task_user(); } void keyboard_post_init_kb(void) { |