Skip to content

Commit

Permalink
fix compilation post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dB committed Dec 4, 2022
1 parent 06a1dd6 commit bb7db7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/widget/wvumetergl.cpp
Expand Up @@ -158,8 +158,6 @@ void WVuMeterGL::showEvent(QShowEvent* e) {
WGLWidget::showEvent(e);
// Find the base color recursively in parent widget.
m_qBgColor = mixxx::widgethelper::findBaseColor(this);
// 2 pendings renders, in case we have triple buffering
m_iRendersPending = 2;
}

void WVuMeterGL::render(VSyncThread* vSyncThread) {
Expand Down

0 comments on commit bb7db7d

Please sign in to comment.