RagePhoto.cpp: remove unused uInt32Buffer
This commit is contained in:
parent
bb2b98e5d8
commit
9379595283
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
const size_t length = saveSize(photoFormat, rp_data, nullptr);
|
||||||
size_t pos = 0;
|
size_t pos = 0;
|
||||||
char uInt32Buffer[4];
|
|
||||||
|
|
||||||
#if __BYTE_ORDER == __LITTLE_ENDIAN
|
#if __BYTE_ORDER == __LITTLE_ENDIAN
|
||||||
writeBuffer(&photoFormat, data, &pos, length, 4);
|
writeBuffer(&photoFormat, data, &pos, length, 4);
|
||||||
|
|
Loading…
Reference in a new issue