diff --git a/src/widgets/volumeslider.cpp b/src/widgets/volumeslider.cpp index b4ed316c..712430bf 100644 --- a/src/widgets/volumeslider.cpp +++ b/src/widgets/volumeslider.cpp @@ -161,9 +161,6 @@ void SliderSlider::setValue(int newValue) { /// CLASS PrettySlider ////////////////////////////////////////////////////////////////////////////////////////// -#define THICKNESS 7 -#define MARGIN 3 - PrettySlider::PrettySlider(const Qt::Orientation orientation, const SliderMode mode, QWidget *parent, const uint max) : SliderSlider(orientation, parent, static_cast(max)), m_mode(mode) {