summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-11-28 23:54:24 +0000
committerComment <tim@gray.(none)>2013-11-28 23:54:24 +0000
commit7962d0493767a30895898cf40585ca042bbf08c0 (patch)
treea2270e77050e7c08bba48cab6cf90c69585dad1c /rotord/src/rotor.h
parent09a65304f32ca7b86e7710d689600f5c7afce578 (diff)
fixed signal colour
Diffstat (limited to 'rotord/src/rotor.h')
-rw-r--r--rotord/src/rotor.h10
1 files changed, 5 insertions, 5 deletions
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<string,string> &_settings) { return new Video_loader(_settings);};
bool isLoaded;
private: