From e599f71bf21bdaa03f7c172cf886271a9775bc8e Mon Sep 17 00:00:00 2001 From: Lawrence Lee <45837045+Lawrence37@users.noreply.github.com> Date: Sun, 31 Dec 2023 12:03:16 -0800 Subject: [PATCH] Remove unused rawimage functions Prevent accidental use of these functions that will not supply the correct data when using LibRaw. --- rtengine/rawimage.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/rtengine/rawimage.h b/rtengine/rawimage.h index 19d3a4bc6..cc19998f8 100644 --- a/rtengine/rawimage.h +++ b/rtengine/rawimage.h @@ -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;