summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.h
diff options
context:
space:
mode:
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: