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

silence compiler warning

parent cd6741fa
Branches
Tags
No related merge requests found
......@@ -679,10 +679,14 @@ void GfxObj::SmoothVertices(float smoothf)
namespace {
/*
commented out to silence compiler warning, as it is not needed anywhere
float normalize(float v, float min_v, float max_v)
{
return (v-min_v)/(max_v-min_v);
}
*/
}
void GfxObj::render_labels() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment