Removed an extra #ifdef __cplusplus, then "}", #endif

This commit is contained in:
curt 1998-04-22 13:19:00 +00:00
parent 7b2370d608
commit 712bbc9085

View File

@ -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