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

View File

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