0026149: Visualization - depth buffer should not be written within Z-layers without...
[occt.git] / src / V3d / V3d_View_5.cxx
index 8433b06..7377d29 100644 (file)
 //BUC61045 25/10/01 SAV ; added functionality to control gl lighting from higher API
 
 
-void V3d_View::EnableDepthTest( const Standard_Boolean enable ) const
-{
-  MyView->EnableDepthTest( enable );
-}
-
-Standard_Boolean V3d_View::IsDepthTestEnabled() const
-{
-  return MyView->IsDepthTestEnabled();
-}
-
 void V3d_View::EnableGLLight( const Standard_Boolean enable ) const
 {
   MyView->EnableGLLight( enable );