Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dB authored and m0dB committed Nov 2, 2024
1 parent f98154e commit 629288f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/waveform/renderers/allshader/digitsrenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ void allshader::DigitsRenderer::updateTexture(
}

float allshader::DigitsRenderer::textWidth(const QString& s) const {
const int n = s.length();
const float space = static_cast<float>(m_penWidth) / 2;
float x = 0;

Expand Down

0 comments on commit 629288f

Please sign in to comment.