Fix unused variable

This commit is contained in:
Nicolas Werner 2021-03-05 15:27:46 +01:00
parent 1be42045ee
commit 02e459b4e6
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 0 additions and 1 deletions

View File

@ -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;