From: curt Date: Wed, 22 Apr 1998 13:19:00 +0000 (+0000) Subject: Removed an extra #ifdef __cplusplus, then "}", #endif X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=712bbc908522a7a81ce8f5d09bf659deb3450e14;p=flightgear.git Removed an extra #ifdef __cplusplus, then "}", #endif --- diff --git a/XGL/xgl.h b/XGL/xgl.h index a8f14ccfb..17edd57e9 100644 --- a/XGL/xgl.h +++ b/XGL/xgl.h @@ -825,10 +825,6 @@ void xglDeleteTexturesEXT ( GLsizei n, GLuint *textures ) ; void xglGenTexturesEXT ( GLsizei n, GLuint *textures ) ; void xglPrioritizeTexturesEXT ( GLsizei n, GLuint *textures, GLclampf *priorities ) ; -#ifdef __cplusplus -}; -#endif - #endif