Skip to content

Commit

Permalink
Removed test func
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Mar 23, 2023
1 parent bfc6614 commit d3fac60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/QGLView.cc
Expand Up @@ -83,10 +83,6 @@ void QGLView::viewAll()
}
}

GLADapiproc testFunc(const char *name) {
return nullptr;
}

void QGLView::initializeGL()
{
// Since OpenCSG requires glew, we need to initialize it.
Expand Down

0 comments on commit d3fac60

Please sign in to comment.