diff --git a/src/osgPlugins/rgb/ReaderWriterRGB.cpp b/src/osgPlugins/rgb/ReaderWriterRGB.cpp index 259fbcf84..34bb594af 100644 --- a/src/osgPlugins/rgb/ReaderWriterRGB.cpp +++ b/src/osgPlugins/rgb/ReaderWriterRGB.cpp @@ -257,8 +257,6 @@ static void RawImageGetRow(rawImageRec *raw, unsigned char *buf, int y, int z) int count, done = 0; unsigned short *tempShort; - osg::notify(osg::NOTICE)<type & 0xFF00) == 0x0100) { raw->file->seekg((long) raw->rowStart[y+z*raw->sizeY], std::ios::beg);