X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FV3d%2FV3d_View.cxx;h=0874f5e648f0033f3d76dc6ee5188539d0466904;hb=0e3025bc14730a82b1f60bd713e1e4db55207718;hpb=30a1b24e197e467e809128196a9708c5243c1af9 diff --git a/src/V3d/V3d_View.cxx b/src/V3d/V3d_View.cxx index 547af8334d..0874f5e648 100644 --- a/src/V3d/V3d_View.cxx +++ b/src/V3d/V3d_View.cxx @@ -3173,24 +3173,6 @@ void V3d_View::Translate (const Handle(Graphic3d_Camera)& theCamera, theCamera->Transform (aPanTrsf); } -// ======================================================================= -// function : IsCullingEnabled -// purpose : -// ======================================================================= -Standard_Boolean V3d_View::IsCullingEnabled() const -{ - return myView->IsCullingEnabled(); -} - -// ======================================================================= -// function : SetFrustumCulling -// purpose : -// ======================================================================= -void V3d_View::SetFrustumCulling (const Standard_Boolean theToClip) -{ - myView->SetCullingEnabled (theToClip); -} - // ======================================================================= // function : DiagnosticInformation // purpose :