diff options
author | Brian Paul <[email protected]> | 2004-03-04 16:22:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-04 16:22:01 +0000 |
commit | d5e4f29cb9ef5af7214887e84fb31f27fbfe1100 (patch) | |
tree | c49060e4e4d603cf76ce7fedbc33ae13ca55399b /src/mesa/drivers/x11/xm_line.c | |
parent | ff6031c2091b9a80af132a8459310a64c6de4feb (diff) |
a bunch of assorted clean-ups, etc to fix warnings, etc
Diffstat (limited to 'src/mesa/drivers/x11/xm_line.c')
-rw-r--r-- | src/mesa/drivers/x11/xm_line.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/x11/xm_line.c b/src/mesa/drivers/x11/xm_line.c index 9b0e5653147..342528dbefa 100644 --- a/src/mesa/drivers/x11/xm_line.c +++ b/src/mesa/drivers/x11/xm_line.c @@ -492,9 +492,6 @@ static swrast_line_func get_line_func( GLcontext *ctx ) SWcontext *swrast = SWRAST_CONTEXT(ctx); int depth = GET_VISUAL_DEPTH(xmesa->xm_visual); - (void) DitherValues; /* silence unused var warning */ - (void) kernel1; /* silence unused var warning */ - if (ctx->RenderMode != GL_RENDER) return (swrast_line_func) NULL; if (ctx->Line.SmoothFlag) return (swrast_line_func) NULL; if (ctx->Texture._EnabledUnits) return (swrast_line_func) NULL; |