fix unused variable warning

This commit is contained in:
Sébastien Loriot 2015-07-17 13:56:04 +02:00
parent 9fee9aa3e2
commit cffdb2ca5d
1 changed files with 1 additions and 1 deletions

View File

@ -1310,7 +1310,7 @@ void Scene::deactivate_cutting_plane()
disconnect(m_frame, SIGNAL(modified()), this, SLOT(cutting_plane()));
m_view_plane = false;
}
void Scene::initGL(Viewer *viewer)
void Scene::initGL(Viewer */* viewer */)
{
//qDebug()<<"context from scene is valid :"<<context->isValid();
//gl = 0;