1
0
Fork 0

Remove dead code

This commit is contained in:
Simon Leiner 2022-09-29 12:34:53 +02:00 committed by Robbert van der Helm
parent 2402eada05
commit 0bb5662770

View file

@ -73,7 +73,6 @@ impl<P: Vst3Plugin> GuiContext for WrapperGuiContext<P> {
// changing in the middle of the process callback, which would be unsound. // changing in the middle of the process callback, which would be unsound.
// FIXME: So this doesn't work for REAPER, because they just silently stop // FIXME: So this doesn't work for REAPER, because they just silently stop
// processing audio when you bypass the plugin. Great. We can add a time // processing audio when you bypass the plugin. Great. We can add a time
concat!("asfd", "dsaf", stringify!(34));
// based heuristic to work around this in the meantime. // based heuristic to work around this in the meantime.
if !self.inner.is_processing.load(Ordering::SeqCst) { if !self.inner.is_processing.load(Ordering::SeqCst) {
self.inner.set_normalized_value_by_hash( self.inner.set_normalized_value_by_hash(