Salome HOME
NCollection sequences improved.
[modules/hydro.git] / src / HYDROData / HYDROData_Object.cxx
index 242a09748a610faad504e8a0ee08bc3395731667..719c105bf908f79ae3ddb090f11af3ce03be4671 100644 (file)
@@ -188,24 +188,14 @@ QColor HYDROData_Object::GetBorderColor() const
   return GetColor( getDefaultBorderColor(), DataTag_BorderColor );
 }
 
-QColor HYDROData_Object::DefaultFillingColor()
-{
-  return QColor( Qt::yellow );
-}
-
-QColor HYDROData_Object::DefaultBorderColor()
-{
-  return QColor( Qt::transparent );
-}
-
 QColor HYDROData_Object::getDefaultFillingColor() const
 {
-  return DefaultFillingColor();
+  return QColor( Qt::yellow );
 }
 
 QColor HYDROData_Object::getDefaultBorderColor() const
 {
-  return DefaultBorderColor();
+  return QColor( Qt::transparent );
 }
 
 ObjectKind HYDROData_Object::getAltitudeObjectType() const
@@ -267,10 +257,6 @@ Handle(HYDROData_ShapesGroup) HYDROData_Object::createGroupObject()
   return aNewGroup;
 }
 
-void HYDROData_Object::createGroupObjects()
-{
-}
-
 void HYDROData_Object::removeGroupObjects()
 {
   TDF_Label aLabel = myLab.FindChild( DataTag_EdgesGroup, false );