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);