summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt.c
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-04-14 12:29:23 -0400
committerZack Rusin <zack@tungstengraphics.com>2008-04-14 12:29:23 -0400
commit2ba6e1fa71be07a2d75abe2d085d485046c0932b (patch)
tree7f3e7e6e7c1ce64fbeb347d9802d73891a5ccbc2 /src/gallium/auxiliary/draw/draw_pt.c
parente3309197855b5caf7c4c167d1e7beedf33ed2fdd (diff)
silence some warnings
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_pt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.c b/src/gallium/auxiliary/draw/draw_pt.c
index 5c16165c15..3d2e7bf7b8 100644
--- a/src/gallium/auxiliary/draw/draw_pt.c
+++ b/src/gallium/auxiliary/draw/draw_pt.c
@@ -36,13 +36,13 @@
#include "draw/draw_pt.h"
-/* XXX: Shouldn't those two functions below use the '>' operator???
- */
+#if 0
static boolean too_many_elts( struct draw_context *draw,
unsigned elts )
{
return elts > (8 * 1024);
}
+#endif
static INLINE unsigned reduced_prim(unsigned prim)
{