Remove unused rawimage functions

Prevent accidental use of these functions that will not supply the
correct data when using LibRaw.
This commit is contained in:
Lawrence Lee
2023-12-31 12:03:16 -08:00
parent dca44bb89a
commit e599f71bf2

View File

@@ -207,19 +207,6 @@ public:
return rgb_cam[r][c];
}
int get_exifBase() const
{
return exif_base;
}
int get_ciffBase() const
{
return ciff_base;
}
int get_ciffLen() const
{
return ciff_len;
}
int get_profileLen() const
{
return profile_length;