Less warnings please

This commit is contained in:
Martin Gräßlin 2010-12-05 09:17:38 +01:00 committed by Martin Gräßlin
parent 2703a23abf
commit c20adefb82

View file

@ -296,6 +296,9 @@ void SceneOpenGL::Texture::findTarget()
bool SceneOpenGL::Texture::load( const Pixmap& pix, const QSize& size,
int depth, QRegion region )
{
Q_UNUSED(size)
Q_UNUSED(depth)
Q_UNUSED(region)
if( mTexture == None )
{
createTexture();