Skip to content

Commit 772e037

Browse files
committed
Remove initalization
1 parent 6fd7a95 commit 772e037

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/engine/controls/ratecontrol.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ RateControl::RateControl(const QString& group, UserSettingsPointer pConfig)
100100
ConfigKey(group, QStringLiteral("jog")))),
101101
// FIXME: The filter length should be dependent on sample rate/block size or something
102102
m_pJogFilter(std::make_unique<Rotary>(25)),
103-
m_pVCEnabled(nullptr),
104-
m_pVCScratching(nullptr),
105-
m_pVCMode(nullptr),
103+
// m_pVCEnabled(nullptr),
104+
// m_pVCScratching(nullptr),
105+
// m_pVCMode(nullptr),
106106
m_syncMode(group, QStringLiteral("sync_mode")),
107107
m_slipEnabled(group, QStringLiteral("slip_enabled")),
108108
m_wrapAroundCount(0),

0 commit comments

Comments
 (0)