diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-03-10 15:37:53 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-03-10 15:37:53 +0000 |
| commit | 9236acbae4a274e0e6612b2eb165c3abd73776c8 (patch) | |
| tree | df479bf35aa68b958ff8e2bd89a3106933670676 | |
| parent | 72d6728bd31d7744d1cf113bf58a5b3fd7d447fe (diff) | |
| download | qmmp-9236acbae4a274e0e6612b2eb165c3abd73776c8.tar.gz qmmp-9236acbae4a274e0e6612b2eb165c3abd73776c8.tar.bz2 qmmp-9236acbae4a274e0e6612b2eb165c3abd73776c8.zip | |
cleanup
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8751 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmp/outputwriter.cpp | 4 | ||||
| -rw-r--r-- | src/qmmp/volumecontrol_p.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/qmmp/outputwriter.cpp b/src/qmmp/outputwriter.cpp index f09620d98..47806cd95 100644 --- a/src/qmmp/outputwriter.cpp +++ b/src/qmmp/outputwriter.cpp @@ -300,8 +300,8 @@ void OutputWriter::run() } m_mutex.unlock(); dispatchVisual(b); - if (SoftwareVolume::instance()) - SoftwareVolume::instance()->changeVolume(b, m_channels); + //if (SoftwareVolume::instance()) + // SoftwareVolume::instance()->changeVolume(b, m_channels); if(m_channel_converter) m_channel_converter->applyEffect(b); l = 0; diff --git a/src/qmmp/volumecontrol_p.h b/src/qmmp/volumecontrol_p.h index 2e2678c81..5b652821c 100644 --- a/src/qmmp/volumecontrol_p.h +++ b/src/qmmp/volumecontrol_p.h @@ -137,8 +137,6 @@ public: VolumeSettings volume() const override; void changeVolume(Buffer *b, int chan); - static SoftwareVolume *instance(); - private: int m_left, m_right; double m_scaleLeft, m_scaleRight; |
