Removing an extraneous "#if TARGET_HOST"
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1065 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
44b2dd8c3b
commit
a20f647aa4
@ -35,9 +35,7 @@
|
||||
*/
|
||||
|
||||
/* A helper function to check if a display mode is possible to use */
|
||||
#if TARGET_HOST_POSIX_X11
|
||||
GLXFBConfig* fgPlatformChooseFBConfig( int* numcfgs );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Queries the GL context about some attributes
|
||||
|
Reference in New Issue
Block a user