Skip to content

Commit 42728db

Browse files
committed
zap obsolete glversion.c comment
1 parent 10e4a09 commit 42728db

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

utils/glversion.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
#define OGL_FREEGLUT_VERSION_EXPR -1
1616

1717
#ifdef __APPLE__
18-
/* NB: not ideal -- this assumes that we always build with AGL interface on Mac OS X
19-
* Ideally, the flag HAVE_AGL_GLUT should be set appropriately by Makefile.PL when building glversion
20-
* and used to check here, but this will require substantial changes to the get_extensions() there
21-
*/
2218
#include <GLUT/glut.h>
2319
#else
2420
#include <GL/glut.h>

0 commit comments

Comments
 (0)