remove a VMS-ism that doesn't seem needed elsewhere
authorBrian <brian.paul@tungstengraphics.com>
Tue, 22 May 2007 03:49:34 +0000 (21:49 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 22 May 2007 03:49:34 +0000 (21:49 -0600)
src/mesa/main/texobj.c

index 65e1bc1357d4c848afc65c4b78e1344ef83e2aff..47d9dd5dcb2c9a90cf4c4420de3bc96bcad46f96 100644 (file)
 #include "mtypes.h"
 
 
-#ifdef __VMS
-#define _mesa_sprintf sprintf
-#endif
-
 /**********************************************************************/
 /** \name Internal functions */
 /*@{*/