From 145c276c9730e2e54a31a7c4f910a57477571e8b Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 25 Aug 2024 05:46:53 +0200 Subject: [PATCH] PlayingWidget: Remove unused variables --- src/widgets/playingwidget.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/widgets/playingwidget.cpp b/src/widgets/playingwidget.cpp index 5ff3dc06..3d7cb6c2 100644 --- a/src/widgets/playingwidget.cpp +++ b/src/widgets/playingwidget.cpp @@ -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;