[SGImageUtils] eliminate unused variable.
This commit is contained in:
parent
ae6ad20940
commit
1a429b63c5
@ -1812,7 +1812,7 @@ namespace
|
|||||||
{
|
{
|
||||||
static void write(const ImageUtils::PixelWriter* iw, const osg::Vec4f& c, int s, int t, int r, int m)
|
static void write(const ImageUtils::PixelWriter* iw, const osg::Vec4f& c, int s, int t, int r, int m)
|
||||||
{
|
{
|
||||||
GLubyte* ptr = (GLubyte*)iw->data(s, t, r, m);
|
iw->data(s, t, r, m);
|
||||||
//OE_WARN << LC << "Target GL_UNSIGNED_BYTE_3_3_2 not yet implemented" << std::endl;
|
//OE_WARN << LC << "Target GL_UNSIGNED_BYTE_3_3_2 not yet implemented" << std::endl;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user