SliderSlider: Remove unused macros

This commit is contained in:
Jonas Kvinge
2021-11-09 17:42:52 +01:00
parent b78b4038f6
commit 86d3f2b4ed

View File

@@ -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<int>(max)), m_mode(mode) {