For ID: 3016571 - Unnecessary global variable ctx

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@604 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
nigels 2010-06-15 17:33:56 +00:00
parent 814999051c
commit b19763ad19
1 changed files with 1 additions and 1 deletions

View File

@ -86,12 +86,12 @@ char* display = NULL;
int visual = -1;
FILE* file = 0;
GLContext ctx;
int
main (int argc, char** argv)
{
GLenum err;
GLContext ctx;
/* ---------------------------------------------------------------------- */
/* parse arguments */