From b19763ad19a260fac47e8054ddab57ba0e76820f Mon Sep 17 00:00:00 2001 From: nigels Date: Tue, 15 Jun 2010 17:33:56 +0000 Subject: [PATCH] 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 --- src/visualinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/visualinfo.c b/src/visualinfo.c index f3ae91f..177f765 100644 --- a/src/visualinfo.c +++ b/src/visualinfo.c @@ -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 */