diff options
| author | Comment <tim@gray.(none)> | 2013-11-28 23:54:24 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-11-28 23:54:24 +0000 |
| commit | 7962d0493767a30895898cf40585ca042bbf08c0 (patch) | |
| tree | a2270e77050e7c08bba48cab6cf90c69585dad1c /rotord/src/rotor.h | |
| parent | 09a65304f32ca7b86e7710d689600f5c7afce578 (diff) | |
fixed signal colour
Diffstat (limited to 'rotord/src/rotor.h')
| -rw-r--r-- | rotord/src/rotor.h | 10 |
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: |
