remove old comment

This commit is contained in:
Ed Ye 2025-03-18 07:30:49 -04:00 committed by Peter Slattery
parent 87d0eb9cf3
commit 0f5d46f5a4
1 changed files with 0 additions and 1 deletions

View File

@ -714,7 +714,6 @@ glx_create_context(GLXFBConfig fb_config){
None
};
//LOG("Creating GL 2.1 context... ");
ctx = glXCreateContextAttribsARB(linuxvars.dpy, fb_config, 0, True, context_attribs);
}