From 7962d0493767a30895898cf40585ca042bbf08c0 Mon Sep 17 00:00:00 2001 From: Comment Date: Thu, 28 Nov 2013 23:54:24 +0000 Subject: fixed signal colour --- rotord/src/rotor.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'rotord/src/rotor.h') diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 6a0996e..5e77704 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -823,11 +823,11 @@ namespace Rotor { }; ~Video_loader(){}; - void init_attribute(const string &attr){ - if (attr=="filename") { - isLoaded=load(media_path+attributes[attr]->value); - } - }; + //void init_attribute(const string &attr){ + // if (attr=="filename") { + // isLoaded=load(media_path+attributes[attr]->value); + // } + //}; Video_loader* clone(map &_settings) { return new Video_loader(_settings);}; bool isLoaded; private: -- cgit v1.2.3