]> git.mxchange.org Git - simgear.git/commitdiff
Removed an extraneous extern "C" ...
authorcurt <curt>
Thu, 3 Sep 1998 21:24:36 +0000 (21:24 +0000)
committercurt <curt>
Thu, 3 Sep 1998 21:24:36 +0000 (21:24 +0000)
XGL/xgl.h
XGL/xglUtils.c

index 6cd81b6f8088c390b1141c140269ddb2fd095fb5..434ab09d6ec862d0560b13667b152e124a6bc093 100644 (file)
--- a/XGL/xgl.h
+++ b/XGL/xgl.h
@@ -474,10 +474,6 @@ glNormal3fv(f);\
 
 #else
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 GLboolean xglIsEnabled  ( GLenum cap ) ; 
 GLboolean xglIsList     ( GLuint list ) ; 
 GLenum    xglGetError   () ; 
index f9fc24fc24114ad5e2842ac41f2cb35221fabd5f..6980f13559418e1ff81462d7c2be33080b534869 100644 (file)
@@ -24,6 +24,7 @@
 #endif
 
 int   xglTraceOn = TRUE ;
+
 #ifndef WIN32
     FILE *xglTraceFd = stdout ;
 #else /* WIN32 */