From: Brian Paul Date: Tue, 14 Oct 2003 16:59:44 +0000 (+0000) Subject: remove some cruft X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f22705b0b3927beead3b88b5fc745579c35a5ae;p=mesa.git remove some cruft --- diff --git a/progs/demos/texobj.c b/progs/demos/texobj.c index ff701e98c3b..f30ede464c0 100644 --- a/progs/demos/texobj.c +++ b/progs/demos/texobj.c @@ -34,8 +34,6 @@ static GLboolean UseObj = GL_FALSE; static void draw( void ) { - glDepthFunc(GL_EQUAL); - /* glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT );*/ glClear( GL_COLOR_BUFFER_BIT ); glColor3f( 1.0, 1.0, 1.0 );