summaryrefslogtreecommitdiff
path: root/muse2/muse/event.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-03-15 18:21:23 +0000
committerFlorian Jung <flo@windfisch.org>2012-03-15 18:21:23 +0000
commit27b7bf6815cda7abb67026c37b3e44daee1803cb (patch)
tree0b9d1c0bc84ac7ff8032e707f2b5fb4e0aaabb5c /muse2/muse/event.cpp
parent2d6f113a10eb485694e20a78500f650776d701e3 (diff)
merged with trunk
Diffstat (limited to 'muse2/muse/event.cpp')
-rw-r--r--muse2/muse/event.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/muse2/muse/event.cpp b/muse2/muse/event.cpp
index 2993b286..6ea1b852 100644
--- a/muse2/muse/event.cpp
+++ b/muse2/muse/event.cpp
@@ -239,11 +239,6 @@ void Event::setSndFile(MusECore::SndFileR& sf)
#ifdef USE_SAMPLERATE
if(_audConv)
{
- // Do we release? Or keep the converter around, while gaining speed since no rapid creation/destruction.
- //if(sf.isNull())
- // _audConv = AudioConverter::release(_audConv);
- //else
- // _audConv->setChannels(sf.channels());
if(!sf.isNull())
_audConv->setChannels(sf.channels());
}