Salome HOME
Issue #555 - Make a number of shifted/rotated copies - selected object does not appea...
[modules/shaper.git] / src / GeomAPI / GeomAPI_AISObject.cpp
index 8c98c449c7e00649db5b8d681703c8d9b3db30bb..681926a68d3439c3235d0657e34e8bfa949167aa 100644 (file)
@@ -392,21 +392,6 @@ bool GeomAPI_AISObject::setLineStyle(int theStyle)
   return isChanged;
 }
 
-bool GeomAPI_AISObject::setInfiniteState(const bool theState)
-{
-  bool isChanged = false;
-  Handle(AIS_InteractiveObject) anAIS = impl<Handle(AIS_InteractiveObject)>();
-  if (!anAIS.IsNull() && anAIS->IsInfinite() != theState) {
-    anAIS->SetInfiniteState(theState);
-    isChanged = true;
-
-    bool isInfinite = anAIS->IsInfinite();
-    int aValue = 9;
-  }
-  return isChanged;
-}
-
-
 bool GeomAPI_AISObject::setTransparensy(double theVal)
 {
   bool isChanged = false;