Sonogram: Remove unused parameter variable

This commit is contained in:
Jonas Kvinge
2023-02-18 18:44:14 +01:00
parent 6972d3c4f9
commit cc578e7cc5
2 changed files with 1 additions and 5 deletions

View File

@@ -45,7 +45,6 @@ class Sonogram : public Analyzer::Base {
private:
QPixmap canvas_;
size_t scope_size_;
};
#endif // SONOGRAM_H