From a20f647aa4059d9423e2eeb79124cd9de08246aa Mon Sep 17 00:00:00 2001 From: fayjf Date: Sun, 5 Feb 2012 13:53:31 +0000 Subject: [PATCH] Removing an extraneous "#if TARGET_HOST" git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1065 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/x11/freeglut_state_x11.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/freeglut/freeglut/src/x11/freeglut_state_x11.c b/freeglut/freeglut/src/x11/freeglut_state_x11.c index 9118630..1cc4d0c 100644 --- a/freeglut/freeglut/src/x11/freeglut_state_x11.c +++ b/freeglut/freeglut/src/x11/freeglut_state_x11.c @@ -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