PlayingWidget: Remove unused variables

This commit is contained in:
Jonas Kvinge 2024-08-25 05:46:53 +02:00
parent 1c5d0dceb1
commit 145c276c97
1 changed files with 0 additions and 4 deletions

View File

@ -54,10 +54,6 @@ constexpr char kSettingsGroup[] = "PlayingWidget";
// Space between the cover and the details in small mode
constexpr int kPadding = 2;
// Width of the transparent to black gradient above and below the text in large mode
constexpr int kGradientHead = 40;
constexpr int kGradientTail = 20;
// Maximum height of the cover in large mode, and offset between the bottom of the cover and bottom of the widget
constexpr int kMaxCoverSize = 260;
constexpr int kBottomOffset = 0;