diff options
author | Alan Hourihane <[email protected]> | 2008-04-22 20:29:42 +0100 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2008-04-22 20:30:38 +0100 |
commit | eec20c359db9b48161902fea2a5ad014b09fd190 (patch) | |
tree | 807f6396f26d081ddd899819621d4b28e4c0cc15 /src/mesa/shader/program.c | |
parent | 6e620162a1b235ade227368b87fa993e844d7077 (diff) |
small cleanups
Diffstat (limited to 'src/mesa/shader/program.c')
-rw-r--r-- | src/mesa/shader/program.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/shader/program.c b/src/mesa/shader/program.c index d2c9183558f..c539b527204 100644 --- a/src/mesa/shader/program.c +++ b/src/mesa/shader/program.c @@ -230,7 +230,6 @@ _mesa_init_program_struct( GLcontext *ctx, struct gl_program *prog, { (void) ctx; if (prog) { - _mesa_bzero(prog, sizeof(*prog)); prog->Id = id; prog->Target = target; prog->Resident = GL_TRUE; |