From 235fb9a6e2b1f4709dcc2ce593fba0af5d1f6933 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 23 May 2021 13:44:30 +0200 Subject: [PATCH] Remove accidental duplication This didn't do anything bad. It also didn't do anything good. --- src/plugin/bridges/vst2.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugin/bridges/vst2.cpp b/src/plugin/bridges/vst2.cpp index 6bd59b41..09abc335 100644 --- a/src/plugin/bridges/vst2.cpp +++ b/src/plugin/bridges/vst2.cpp @@ -581,9 +581,6 @@ void Vst2PluginBridge::do_process(T** inputs, T** outputs, int sample_frames) { // that information as well const int current_process_level = static_cast(host_callback_function( &plugin, audioMasterGetCurrentProcessLevel, 0, 0, nullptr, 0.0)); - if (returned_time_info) { - current_time_info = *returned_time_info; - } // We'll synchronize the scheduling priority of the audio thread on the Wine // plugin host with that of the host's audio thread every once in a while