Skip to content
Snippets Groups Projects
Commit 66c63ec8 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

silence compiler warning

parent 39cf8afb
Branches
Tags
No related merge requests found
......@@ -2156,6 +2156,9 @@ namespace {
}
};
/*
commented out to silence compiler warning, as it is not needed anywhere
double unproj_x() {
GLdouble gl_mmat[]={1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1};
GLdouble gl_pmat[16];
......@@ -2168,6 +2171,7 @@ namespace {
&res[0],&res[1],&res[2]);
return res[0];
}
*/
} // anon ns
void Scene::render_bg()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment