From 36501495fa94759a5fcec3bd26ab184d684007c7 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 1 Oct 2013 13:20:50 +0100 Subject: scoped locks --- rotord/src/rendercontext.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'rotord/src/rendercontext.cpp') 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 { -- cgit v1.2.3