Cleanup: removed unused function; also murder instead of call for suicide (delete this)

This commit is contained in:
Ingo Weyrich
2020-08-13 13:10:33 +02:00
parent 130fbb8eb2
commit a5c7713042
13 changed files with 29 additions and 173 deletions

View File

@@ -40,8 +40,6 @@ public:
Image16* copy() const;
Image8* to8() const;
void getStdImage(const ColorTemp &ctemp, int tran, Imagefloat* image, PreviewProps pp) const override;
const char* getType() const override
@@ -67,11 +65,6 @@ public:
return getEmbeddedProfile();
}
int getBitsPerPixel() const override
{
return 8 * sizeof(unsigned short);
}
int saveToFile(const Glib::ustring &fname) const override
{
return save(fname);
@@ -97,10 +90,6 @@ public:
setProgressListener(pl);
}
void free() override
{
delete this;
}
void ExecCMSTransform(cmsHTRANSFORM hTransform);
/* void ExecCMSTransform(cmsHTRANSFORM hTransform, const LabImage &labImage, int cx, int cy); */