projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a01ee8f
)
remove a VMS-ism that doesn't seem needed elsewhere
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 22 May 2007 03:49:34 +0000
(21:49 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 22 May 2007 03:49:34 +0000
(21:49 -0600)
src/mesa/main/texobj.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texobj.c
b/src/mesa/main/texobj.c
index 65e1bc1357d4c848afc65c4b78e1344ef83e2aff..47d9dd5dcb2c9a90cf4c4420de3bc96bcad46f96 100644
(file)
--- 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 */
/*@{*/