X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fmixer%2Faudio%2Faudio_mixer.cpp;h=29a89c7609c9283c639737e41c77424fdcddc4a3;hb=9ab62c607612a8e930df9302aa52f33c34d125dd;hp=041475fb9551f8872ac8ce41ac3069e9bd653030;hpb=02ebf804975f1c52e71deeefb0eafc53843c0272;p=casparcg diff --git a/core/mixer/audio/audio_mixer.cpp b/core/mixer/audio/audio_mixer.cpp index 041475fb9..29a89c760 100644 --- a/core/mixer/audio/audio_mixer.cpp +++ b/core/mixer/audio/audio_mixer.cpp @@ -115,11 +115,6 @@ public: items_.push_back(std::move(item)); } - void begin(const core::audio_transform& transform) - { - transform_stack_.push(transform_stack_.top()*transform); - } - void pop() { transform_stack_.pop();