Skip to content

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Dec 3, 2024
1 parent 09c6cc8 commit e7837d7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/plug/spectrum_analyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1049,11 +1049,6 @@ namespace lsp

if (c->bSend)
{
// Copy frequency points
size_t flags = 0;
if ((enMode == SA_MASTERING) || (enMode == SA_MASTERING_STEREO))
flags |= F_SMOOTH_LOG | F_MASTERING;

// Current value
if (bBypass)
dsp::fill_zero(&v[2], meta::spectrum_analyzer::MESH_POINTS);
Expand All @@ -1078,11 +1073,6 @@ namespace lsp

if (c->bSend)
{
// Copy frequency points
size_t flags = 0;
if ((enMode == SA_MASTERING) || (enMode == SA_MASTERING_STEREO))
flags |= F_SMOOTH_LOG | F_MASTERING;

// Current value
if (bBypass)
dsp::fill_zero(&v[2], meta::spectrum_analyzer::MESH_POINTS);
Expand Down

0 comments on commit e7837d7

Please sign in to comment.