From: Brian Date: Sun, 9 Mar 2008 16:41:50 +0000 (-0600) Subject: replace // comment with /* */ (bug 14916) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eecb3ab7c64764464d20a7c30279c9a3b26b0a7f;p=mesa.git replace // comment with /* */ (bug 14916) --- diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c index b1c00a36ac6..fb68bf0720e 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -1272,7 +1272,7 @@ _mesa_UpdateTexEnvProgram( GLcontext *ctx ) } else { /* _Current pointer has been updated in update_program */ - // ctx->FragmentProgram._Current = ctx->FragmentProgram.Current; + /* ctx->FragmentProgram._Current = ctx->FragmentProgram.Current; */ } /* Tell the driver about the change. Could define a new target for