Remove dead code

This commit is contained in:
2024-10-29 15:32:06 +01:00
parent 464207beb1
commit eba9110933
2 changed files with 0 additions and 42 deletions
-2
View File
@@ -86,8 +86,6 @@ public:
RawImage(const QImage &img);
const RawImage::Stats& imageStats() const;
void calcStats();
void rect(int &x, int &y, int w, int h, std::vector<double> &r) const;
int findPeaks(double background, double distance, std::vector<Peak> &peaks) const;
uint32_t width() const;
uint32_t height() const;
uint32_t channels() const;