From 6da6b794c774aba5b47d4293c1a4a695e93189cd Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 28 Aug 2022 02:52:40 +0200 Subject: [PATCH] VolumeSlider: Remove unused Background and Foreground --- src/widgets/volumeslider.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/widgets/volumeslider.cpp b/src/widgets/volumeslider.cpp index f49be6c81..946ddc15b 100644 --- a/src/widgets/volumeslider.cpp +++ b/src/widgets/volumeslider.cpp @@ -189,13 +189,6 @@ void PrettySlider::slideEvent(QMouseEvent *e) { } -namespace Amarok { -namespace ColorScheme { -extern QColor Background; -extern QColor Foreground; -} // namespace ColorScheme -} // namespace Amarok - #if 0 /** these functions aren't required in our fixed size world, but they may become useful one day **/