diff options
Diffstat (limited to 'src/helpers/AnimatedVariable.hpp')
-rw-r--r-- | src/helpers/AnimatedVariable.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helpers/AnimatedVariable.hpp b/src/helpers/AnimatedVariable.hpp index a2a06675..a1da00da 100644 --- a/src/helpers/AnimatedVariable.hpp +++ b/src/helpers/AnimatedVariable.hpp @@ -95,8 +95,6 @@ class CBaseAnimatedVariable { return m_pConfig; } - int getDurationLeftMs(); - /* returns the spent (completion) % */ float getPercent(); |