diff options
Diffstat (limited to 'lumina-wm-INCOMPLETE/animations/BaseAnimGroup.h')
-rw-r--r-- | lumina-wm-INCOMPLETE/animations/BaseAnimGroup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lumina-wm-INCOMPLETE/animations/BaseAnimGroup.h b/lumina-wm-INCOMPLETE/animations/BaseAnimGroup.h index 05c36ea2..dd7269d4 100644 --- a/lumina-wm-INCOMPLETE/animations/BaseAnimGroup.h +++ b/lumina-wm-INCOMPLETE/animations/BaseAnimGroup.h @@ -23,8 +23,6 @@ public: BaseAnimGroup(QWidget *parent, QSettings *set){ canvas = parent; settings = set; - //Now load the animations for this particular plugin - LoadAnimations(); } ~BaseAnimGroup(){} |