From 712bbc908522a7a81ce8f5d09bf659deb3450e14 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 22 Apr 1998 13:19:00 +0000 Subject: [PATCH] Removed an extra #ifdef __cplusplus, then "}", #endif --- XGL/xgl.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.2