From: Brian Date: Tue, 22 May 2007 03:49:34 +0000 (-0600) Subject: remove a VMS-ism that doesn't seem needed elsewhere X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c5ab90c762614ef1db898e1984137d65fb96b7e;p=mesa.git remove a VMS-ism that doesn't seem needed elsewhere --- 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 */ /*@{*/