diff options
Diffstat (limited to 'src/mesa/main/depth.c')
-rw-r--r-- | src/mesa/main/depth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/depth.c b/src/mesa/main/depth.c index 52c69a6bcd9..bb1625440eb 100644 --- a/src/mesa/main/depth.c +++ b/src/mesa/main/depth.c @@ -54,8 +54,6 @@ _mesa_ClearDepth( GLclampd depth ) FLUSH_VERTICES(ctx, _NEW_DEPTH); ctx->Depth.Clear = depth; - if (ctx->Driver.ClearDepth) - (*ctx->Driver.ClearDepth)( ctx, ctx->Depth.Clear ); } |