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:
@@ -207,19 +207,6 @@ public:
|
|||||||
return rgb_cam[r][c];
|
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
|
int get_profileLen() const
|
||||||
{
|
{
|
||||||
return profile_length;
|
return profile_length;
|
||||||
|
Reference in New Issue
Block a user