Skip to content

Commit

Permalink
removed unused member var m_timer and include correct header
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dB committed Sep 25, 2022
1 parent 828b90d commit 4a1140e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/widget/wvumetergl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <QGLWidget>

#include "skin/legacy/skincontext.h"
#include "util/performancetimer.h"
#include "util/duration.h"
#include "widget/wpixmapstore.h"
#include "widget/wwidget.h"

Expand Down Expand Up @@ -70,7 +70,5 @@ class WVuMeterGL : public QGLWidget, public WBaseWidget {
// The peak hold time remaining in milliseconds.
double m_dPeakHoldCountdownMs;

PerformanceTimer m_timer;

QColor m_qBgColor;
};

0 comments on commit 4a1140e

Please sign in to comment.