Remove dead code

This commit is contained in:
2023-11-15 10:02:16 +01:00
parent 544e4abf92
commit 8e3c1b35db
4 changed files with 1 additions and 57 deletions
-1
View File
@@ -97,7 +97,6 @@ public:
void convertToGLFormat();
float thumbAspect() const;
bool pixel(int x, int y, double &r, double &g, double &b) const;
void scaleToUnit();
void downscaleTo(uint32_t size);
static std::shared_ptr<RawImage> fromPlanar(const RawImage &img);