From c23c67796989dd436955dbcb14c6c5b8199abca1 Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 16 Sep 2013 23:15:51 +0100 Subject: cleanup exporter wrapper --- rotord/src/graph.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'rotord/src/graph.h') diff --git a/rotord/src/graph.h b/rotord/src/graph.h index 4df01bf..cbcc121 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -42,7 +42,6 @@ namespace Rotor { vector find_nodes(const string &type); //could be a way of finding a set based on capabilities? Node* find_node(const string &type); bool signal_render(string &signal_xml,const float framerate); - bool _video_render(const string &output_filename,const float framerate); bool video_render(const string &output_filename,const float framerate); bool load(string data,string media_path); bool loadFile(string &filename,string media_path); @@ -53,7 +52,6 @@ namespace Rotor { bool check_audio(string audio,string path); bool print_features(xmlIO &XML,string &node); bool load_audio(const string &filename,vector processors); - bool _load_audio(const string &filename,vector processors); bool load_video(const string &nodeID,const string &filename);//can be performance or clip bool loaded; float duration; -- cgit v1.2.3