diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index 65e1bc1357d..47d9dd5dcb2 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -42,10 +42,6 @@ #include "mtypes.h" -#ifdef __VMS -#define _mesa_sprintf sprintf -#endif - /**********************************************************************/ /** \name Internal functions */ /*@{*/