From 4e9676fb13f60ecdbc247b120031f18cd3febcb0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 29 Jun 2002 19:48:15 +0000 Subject: Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. Instead of mstdio.[ch], use imports.[ch] to isolate these functions. --- src/mesa/swrast_setup/ss_vb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mesa/swrast_setup') diff --git a/src/mesa/swrast_setup/ss_vb.c b/src/mesa/swrast_setup/ss_vb.c index fce1d489a0..69fa10b3eb 100644 --- a/src/mesa/swrast_setup/ss_vb.c +++ b/src/mesa/swrast_setup/ss_vb.c @@ -1,4 +1,4 @@ -/* $Id: ss_vb.c,v 1.19 2002/06/15 03:03:12 brianp Exp $ */ +/* $Id: ss_vb.c,v 1.20 2002/06/29 19:48:17 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -361,6 +361,7 @@ static void init_standard( void ) /* debug only */ +#if 0 static void printSetupFlags(const GLcontext *ctx, char *msg, GLuint flags ) { @@ -375,7 +376,7 @@ printSetupFlags(const GLcontext *ctx, char *msg, GLuint flags ) (flags & FOG) ? "fog, " : "", (flags & POINT) ? "point, " : ""); } - +#endif void _swsetup_choose_rastersetup_func(GLcontext *ctx) -- cgit v1.2.3