mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
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:
parent
814999051c
commit
b19763ad19
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user