From 9379595283696906014cc41cf144843a67b47ca3 Mon Sep 17 00:00:00 2001 From: Syping Date: Mon, 22 Apr 2024 21:26:16 +0200 Subject: [PATCH] RagePhoto.cpp: remove unused uInt32Buffer --- src/core/RagePhoto.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/RagePhoto.cpp b/src/core/RagePhoto.cpp index 15c73b5..5b3373e 100644 --- a/src/core/RagePhoto.cpp +++ b/src/core/RagePhoto.cpp @@ -763,7 +763,6 @@ bool RagePhoto::save(char *data, uint32_t photoFormat, RagePhotoData *rp_data, R const size_t length = saveSize(photoFormat, rp_data, nullptr); size_t pos = 0; - char uInt32Buffer[4]; #if __BYTE_ORDER == __LITTLE_ENDIAN writeBuffer(&photoFormat, data, &pos, length, 4);