summaryrefslogtreecommitdiff
path: root/rotord/src/rendercontext.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-10-01 13:20:50 +0100
committerTim Redfern <tim@eclectronics.org>2013-10-01 13:20:50 +0100
commit36501495fa94759a5fcec3bd26ab184d684007c7 (patch)
tree742c26da7dad722afd0522d60182c0ddc9bd05a2 /rotord/src/rendercontext.cpp
parentf67d7ee5b20105a05a0f170ed5eef81334ae12eb (diff)
scoped locks
Diffstat (limited to 'rotord/src/rendercontext.cpp')
-rw-r--r--rotord/src/rendercontext.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rotord/src/rendercontext.cpp b/rotord/src/rendercontext.cpp
index b04f3c4..47fa498 100644
--- a/rotord/src/rendercontext.cpp
+++ b/rotord/src/rendercontext.cpp
@@ -24,7 +24,6 @@ void Render_context::runTask() {
}
}
if (graph.load_audio(graph.audio_filename,processors)) {
- graph.audio_loaded=true;
state=IDLE;
}
else {