Remove duplicate calls to housekeeping_task_user (#24201)

This commit is contained in:
Joel Challis
2024-07-26 21:56:33 -07:00
committed by GitHub
parent 938837e881
commit 20ae67ba01
8 changed files with 0 additions and 13 deletions
-1
View File
@@ -49,6 +49,5 @@ void keyboard_post_init_kb(void) {
void housekeeping_task_kb(void) {
ui_task();
housekeeping_task_user();
}
#endif // QUANTUM_PAINTER_ENABLE