Skip to content

Commit

Permalink
removed an unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
cignoni committed Nov 3, 2016
1 parent 102a211 commit e6cac33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wrap/gl/gl_mesh_attributes_multi_viewer_bo_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,6 @@ namespace vcg
pointsize = glopts->_perpoint_pointsize;
glPointSize(pointsize);
}
GLenum err;
if (glopts->_perpoint_dot_enabled)
{
glEnable(GL_BLEND);
Expand Down

0 comments on commit e6cac33

Please sign in to comment.