Fixed warning

This commit is contained in:
Robert Osfield
2008-12-24 11:05:22 +00:00
parent 1697eb526d
commit 4f91d9769e

View File

@@ -357,7 +357,6 @@ osg::Image* ReadVTFFile(std::istream& _istream)
int s, t, r;
unsigned int lrSize;
unsigned char * imageData;
unsigned char * imageDataPtr;
unsigned int base;
unsigned int size;
int mip;