summary refs log tree commit diff
path: root/src/ui/SnackBar.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-03-05 15:27:46 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-03-05 15:27:46 +0100
commit02e459b4e65cc1a0d9f449c2a42c9ca9a2e1b0ac (patch)
tree64d1fcb4fe3136f2e140f2962cb84931666a681f /src/ui/SnackBar.cpp
parentfix linting (diff)
downloadnheko-02e459b4e65cc1a0d9f449c2a42c9ca9a2e1b0ac.tar.xz
Fix unused variable
Diffstat (limited to '')
-rw-r--r--src/ui/SnackBar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/SnackBar.cpp b/src/ui/SnackBar.cpp
index 2bff903b..18990c47 100644
--- a/src/ui/SnackBar.cpp
+++ b/src/ui/SnackBar.cpp
@@ -7,7 +7,6 @@
 #include "SnackBar.h"
 
 constexpr int STARTING_OFFSET         = 1;
-constexpr int ANIMATION_DURATION      = 6'000;
 constexpr int BOX_PADDING             = 10;
 constexpr double MIN_WIDTH            = 400.0;
 constexpr double MIN_WIDTH_PERCENTAGE = 0.3;