summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-05-21 21:49:34 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-05-21 21:49:34 -0600
commit5c5ab90c762614ef1db898e1984137d65fb96b7e (patch)
tree2cd422e3dd53b1f88c90fa64539bf0245558599b /src/mesa/main/texobj.c
parenta01ee8ff0bdc9b80907f2fe48ebf1618ce2ded92 (diff)
remove a VMS-ism that doesn't seem needed elsewhere
Diffstat (limited to 'src/mesa/main/texobj.c')
-rw-r--r--src/mesa/main/texobj.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c
index 65e1bc1357..47d9dd5dcb 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 */
/*@{*/