Skip to content
Snippets Groups Projects
Commit 9c8093b8 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: remove unused variables

parent 981ff8ff
Branches
Tags
No related merge requests found
...@@ -1286,9 +1286,6 @@ void GDALImageIO::InternalWriteImageInformation(const void* buffer) ...@@ -1286,9 +1286,6 @@ void GDALImageIO::InternalWriteImageInformation(const void* buffer)
otbMsgDevMacro(<< "Enabling TIFF Tiled mode") otbMsgDevMacro(<< "Enabling TIFF Tiled mode")
papszOptions = CSLAddNameValue( papszOptions, "TILED", "YES" ); papszOptions = CSLAddNameValue( papszOptions, "TILED", "YES" );
unsigned int nbColumns = this->GetIORegion().GetSize()[0];
unsigned int nbLines = this->GetIORegion().GetSize()[1];
// Use a fixed tile size // Use a fixed tile size
// Take as reference is a 256*256 short int 4 bands tile // Take as reference is a 256*256 short int 4 bands tile
const unsigned int ReferenceTileSizeInBytes = 256 * 256 * 4 * 2; const unsigned int ReferenceTileSizeInBytes = 256 * 256 * 4 * 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment