summaryrefslogtreecommitdiff
path: root/src/app/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/main.cc')
-rw-r--r--src/app/main.cc4
1 files changed, 0 insertions, 4 deletions
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)