remove comment

This commit is contained in:
Brian 2007-02-24 11:15:27 -07:00
parent 761728afe8
commit 824dcd4399

View file

@ -122,8 +122,6 @@ get_register_pointer(GLcontext * ctx,
const struct prog_src_register *source,
const struct gl_program_machine *machine)
{
/* XXX relative addressing... */
if (source->RelAddr) {
const GLint reg = source->Index + machine->AddressReg[0][0];
ASSERT( (source->File == PROGRAM_ENV_PARAM) ||