diff options
author | Keith Whitwell <[email protected]> | 2009-01-08 16:14:45 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-01-08 16:14:45 +0000 |
commit | 44a9f505d79fe843068ecc89e37aec02682fb8a0 (patch) | |
tree | b49af0be342d8b5f68cae6b4c3fd393d03c6b0af /src/gallium/state_trackers/xlib/fakeglx.c | |
parent | 3afe1e42d79a13be203dcd8719c965111ce8bba2 (diff) |
xlib: remove VMS tweaks, these should be moved to p_compiler.h if needed
Diffstat (limited to 'src/gallium/state_trackers/xlib/fakeglx.c')
-rw-r--r-- | src/gallium/state_trackers/xlib/fakeglx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/state_trackers/xlib/fakeglx.c b/src/gallium/state_trackers/xlib/fakeglx.c index e62ff239d08..efe1faaa3a4 100644 --- a/src/gallium/state_trackers/xlib/fakeglx.c +++ b/src/gallium/state_trackers/xlib/fakeglx.c @@ -54,10 +54,6 @@ #include "state_tracker/st_public.h" -#ifdef __VMS -#define _mesa_sprintf sprintf -#endif - /* This indicates the client-side GLX API and GLX encoder version. */ #define CLIENT_MAJOR_VERSION 1 #define CLIENT_MINOR_VERSION 4 /* but don't have 1.3's pbuffers, etc yet */ |