removed an unused var

This commit is contained in:
Paolo Cignoni 2016-11-03 12:55:29 +01:00
parent 102a211728
commit e6cac33ec8
1 changed files with 0 additions and 1 deletions

View File

@ -1664,7 +1664,6 @@ namespace vcg
pointsize = glopts->_perpoint_pointsize; pointsize = glopts->_perpoint_pointsize;
glPointSize(pointsize); glPointSize(pointsize);
} }
GLenum err;
if (glopts->_perpoint_dot_enabled) if (glopts->_perpoint_dot_enabled)
{ {
glEnable(GL_BLEND); glEnable(GL_BLEND);