ソースを参照

removed unused var

tags/mesa_3_5
Brian Paul 24年前
コミット
5ff1c613ea
1個のファイルの変更1行の追加2行の削除
  1. 1
    2
      src/mesa/swrast/s_aatriangle.c

+ 1
- 2
src/mesa/swrast/s_aatriangle.c ファイルの表示

@@ -1,4 +1,4 @@
/* $Id: s_aatriangle.c,v 1.17 2001/05/17 09:32:17 keithw Exp $ */
/* $Id: s_aatriangle.c,v 1.18 2001/05/29 15:23:15 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -415,7 +415,6 @@ spec_multitex_aa_tri(GLcontext *ctx,
void
_mesa_set_aa_triangle_function(GLcontext *ctx)
{
SWcontext *swrast = SWRAST_CONTEXT(ctx);
ASSERT(ctx->Polygon.SmoothFlag);

if (ctx->Texture._ReallyEnabled) {

読み込み中…
キャンセル
保存