diff options
author | Ikalco <[email protected]> | 2024-12-17 10:31:27 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-17 17:31:27 +0100 |
commit | e2c78c00e50a0835c3830c8a0cd82049dc5700b8 (patch) | |
tree | 7ac17c752f1569e60a63e5356e199de6968cbb0e /src/helpers/AnimatedVariable.hpp | |
parent | bd7092a9feb39275a9eb1426046a46671e0fe580 (diff) | |
download | Hyprland-e2c78c00e50a0835c3830c8a0cd82049dc5700b8.tar.gz Hyprland-e2c78c00e50a0835c3830c8a0cd82049dc5700b8.zip |
internal: remove dead code (#8748)
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(); |