VolumeSlider: Remove unused Background and Foreground

This commit is contained in:
Jonas Kvinge 2022-08-28 02:52:40 +02:00
parent ed689e27c9
commit 6da6b794c7
1 changed files with 0 additions and 7 deletions

View File

@ -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 **/