diff --git a/clients/oxygen/oxygenclient.h b/clients/oxygen/oxygenclient.h index 057095a418..f28c1778c6 100644 --- a/clients/oxygen/oxygenclient.h +++ b/clients/oxygen/oxygenclient.h @@ -36,7 +36,6 @@ #include "helper.h" #include -#include #include #include @@ -80,13 +79,8 @@ namespace Oxygen //! true if animations are used - /*! this combines OxygenConfiguration and KGlobalSettings */ bool useAnimations( void ) const - { - return - configuration().useAnimations() && - KGlobalSettings::graphicEffectsLevel() >= KGlobalSettings::SimpleAnimationEffects; - } + { return configuration().useAnimations(); } //! true if glow is animated bool glowIsAnimated( void ) const