aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/helpers/AnimatedVariable.hpp
diff options
context:
space:
mode:
authorIkalco <[email protected]>2024-12-17 10:31:27 -0600
committerGitHub <[email protected]>2024-12-17 17:31:27 +0100
commite2c78c00e50a0835c3830c8a0cd82049dc5700b8 (patch)
tree7ac17c752f1569e60a63e5356e199de6968cbb0e /src/helpers/AnimatedVariable.hpp
parentbd7092a9feb39275a9eb1426046a46671e0fe580 (diff)
downloadHyprland-e2c78c00e50a0835c3830c8a0cd82049dc5700b8.tar.gz
Hyprland-e2c78c00e50a0835c3830c8a0cd82049dc5700b8.zip
internal: remove dead code (#8748)
Diffstat (limited to 'src/helpers/AnimatedVariable.hpp')
-rw-r--r--src/helpers/AnimatedVariable.hpp2
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();