diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-16 15:30:27 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-16 15:30:27 +0100 |
| commit | 6ac4fa8fb8c045232575036f4a140b9a0ec1995a (patch) | |
| tree | fb32a32050ea024acda17fa7804fd762c57fe977 /src/app/test_demo.cc | |
| parent | 988422ed8ba4a3f96081aeeb722b9832716d61af (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'src/app/test_demo.cc')
| -rw-r--r-- | src/app/test_demo.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app/test_demo.cc b/src/app/test_demo.cc index 993ceba..cf1a577 100644 --- a/src/app/test_demo.cc +++ b/src/app/test_demo.cc @@ -399,10 +399,6 @@ int main(int argc, char** argv) { const float graphics_frame_time = (float)current_physical_time; RenderTimeline(gpu_get_surface(), graphics_frame_time, width, height, absolute_beat_time, visual_peak); - - // Update audio systems (tracker, synth, etc.) based on audio time - // progression - audio_update(); } // Shutdown |
