From 9ab62c607612a8e930df9302aa52f33c34d125dd Mon Sep 17 00:00:00 2001 From: Helge Norberg Date: Mon, 3 Apr 2017 16:32:21 +0200 Subject: [PATCH] [audio_mixer] Removed unused method --- core/mixer/audio/audio_mixer.cpp | 5 ----- 1 file changed, 5 deletions(-) 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(); -- 2.39.2