mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
Fix unused variable
This commit is contained in:
parent
1be42045ee
commit
02e459b4e6
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
#include "SnackBar.h"
|
#include "SnackBar.h"
|
||||||
|
|
||||||
constexpr int STARTING_OFFSET = 1;
|
constexpr int STARTING_OFFSET = 1;
|
||||||
constexpr int ANIMATION_DURATION = 6'000;
|
|
||||||
constexpr int BOX_PADDING = 10;
|
constexpr int BOX_PADDING = 10;
|
||||||
constexpr double MIN_WIDTH = 400.0;
|
constexpr double MIN_WIDTH = 400.0;
|
||||||
constexpr double MIN_WIDTH_PERCENTAGE = 0.3;
|
constexpr double MIN_WIDTH_PERCENTAGE = 0.3;
|
||||||
|
|
Loading…
Reference in a new issue