diff options
| -rw-r--r-- | rotord/src/graph.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index 74a569b..eada044 100644 --- a/rotord/src/graph.cpp +++ b/rotord/src/graph.cpp @@ -275,7 +275,6 @@ bool Graph::check_audio(string audio,string path){ } cerr<<"Rotor: audio file "<<path+audio<<" not found"<<endl; } - audio_loaded=false; return false; } bool Graph::parseJson(string &data,string &media_path){ |
