0024322: TKOpenGl - light sources management inconsistency
[occt.git] / src / Visual3d / Visual3d_Light.cxx
index 4687a9e..b2a0e93 100755 (executable)
@@ -354,25 +354,6 @@ void Visual3d_Light::SetPosition (const Graphic3d_Vertex& thePos)
   myCLight.Position.z() = float (thePos.Z());
 }
 
-// =======================================================================
-// function : Limit
-// purpose  :
-// =======================================================================
-Standard_Integer Visual3d_Light::Limit()
-{
-  // Old method, replaced by GraphicDriver::InquireLightLimit()
-  return 0;
-}
-
-// =======================================================================
-// function : Identification
-// purpose  :
-// =======================================================================
-Standard_Integer Visual3d_Light::Identification() const
-{
-  return 0;
-}
-
 // =======================================================================
 // function : IsValid
 // purpose  :