Skip to content

Commit 45018e4

Browse files
committed
ImageReader : Remove unused member data
1 parent 5bb9eb6 commit 45018e4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/IECoreImage/ImageReader.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -453,16 +453,6 @@ class ImageReader::Implementation
453453
{
454454
m_inputFileName = m_reader->fileName();
455455

456-
// Store the miplevels that the file natively supports. We do
457-
// this as OIIO returns a different value once automip is turned
458-
// on.
459-
m_cache->get_image_info(
460-
m_inputFileName,
461-
0, 0, // subimage, miplevel
462-
ustring( "miplevels" ),
463-
TypeDesc::TypeInt, &m_miplevels
464-
);
465-
466456
// Get the fileFormat and store the current and linear color spaces
467457
// We do this so we can perform color conversion on the image after
468458
// loading the data.
@@ -522,7 +512,6 @@ class ImageReader::Implementation
522512
ustring m_inputFileName;
523513
std::string m_currentColorSpace;
524514
std::string m_linearColorSpace;
525-
int m_miplevels;
526515

527516
};
528517

0 commit comments

Comments
 (0)