diff options
author | Brian <[email protected]> | 2007-05-21 21:49:34 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-05-21 21:49:34 -0600 |
commit | 5c5ab90c762614ef1db898e1984137d65fb96b7e (patch) | |
tree | 2cd422e3dd53b1f88c90fa64539bf0245558599b /src/mesa/main/texobj.c | |
parent | a01ee8ff0bdc9b80907f2fe48ebf1618ce2ded92 (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.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ /*@{*/ |