Skip to content

Commit

Permalink
Delete ViPERBass destructor declaration as it's no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
iscle committed Sep 3, 2023
1 parent a947fd7 commit 808c7cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/viper/effects/ViPERBass.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class ViPERBass {
};

ViPERBass();
~ViPERBass();

void Process(float *samples, uint32_t size);
void Reset();
Expand Down

0 comments on commit 808c7cb

Please sign in to comment.