From 6ac4fa8fb8c045232575036f4a140b9a0ec1995a Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 16 Feb 2026 15:30:27 +0100 Subject: refactor: remove empty audio_update() function Function had no implementation and served no purpose. Removed declaration, definition, and all call sites. Co-Authored-By: Claude Sonnet 4.5 --- src/app/main.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/app/main.cc') diff --git a/src/app/main.cc b/src/app/main.cc index 7496e8c..eefec03 100644 --- a/src/app/main.cc +++ b/src/app/main.cc @@ -417,10 +417,6 @@ int main(int argc, char** argv) { RenderTimeline(gpu_get_surface(), (float)current_physical_time, width, height, absolute_beat_time, visual_peak); last_frame_time = current_physical_time; - - // Update audio systems (tracker, synth, etc.) based on audio time - // progression - audio_update(); } #if !defined(STRIP_ALL) && defined(DEMO_HEADLESS) -- cgit v1.2.3