summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-05-14 20:35:58 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2016-05-14 20:35:58 +0200
commit4c47643fe683f5ea6aff6cfc2745870043c87a25 (patch)
treefd953f7e32a26419b40c0d7b25f3ce56bbb4100c /src
parenteb9d8c8d2fcd147d8385e7f711ec78d11c5a7d8c (diff)
Remove accidentally committed change.
Diffstat (limited to 'src')
-rw-r--r--src/drumgizmo.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drumgizmo.cc b/src/drumgizmo.cc
index 7d9d88c..03b17bf 100644
--- a/src/drumgizmo.cc
+++ b/src/drumgizmo.cc
@@ -148,8 +148,6 @@ void DrumGizmo::run(int endpos)
bool DrumGizmo::run(size_t pos, sample_t *samples, size_t nsamples)
{
- std::lock_guard<std::mutex> guard(resamplers.mutex);
-
setFrameSize(nsamples);
ie->pre();