summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-04-22 20:29:42 +0100
committerAlan Hourihane <alanh@tungstengraphics.com>2008-04-22 20:30:38 +0100
commiteec20c359db9b48161902fea2a5ad014b09fd190 (patch)
tree807f6396f26d081ddd899819621d4b28e4c0cc15 /src/mesa/shader/program.c
parent6e620162a1b235ade227368b87fa993e844d7077 (diff)
small cleanups
Diffstat (limited to 'src/mesa/shader/program.c')
-rw-r--r--src/mesa/shader/program.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/shader/program.c b/src/mesa/shader/program.c
index d2c9183558..c539b52720 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;