From d061c087fa05fe3eeae2099cad20e83f9905772e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 7 Nov 2006 12:08:03 +0000 Subject: [PATCH] Removed debug comment. --- src/osgPlugins/rgb/ReaderWriterRGB.cpp | 2 -- 1 file changed, 2 deletions(-) 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);