Salome HOME
patch for clear rules method
[modules/hydro.git] / src / HYDROData / HYDROData_PriorityQueue.cxx
index 76b475d1d421225a7f8bfdba221b9528316b4a56..95e167bd2c7fa8440230efd9d7b8f9c2c4c1c126 100644 (file)
@@ -236,11 +236,6 @@ void HYDROData_PriorityQueue::DumpRulesToPython( const TDF_Label& theRulesLab,
   }
 }
 
-int HYDROData_PriorityQueue::GetRulesCount( const TDF_Label& theRulesLab )
-{
-  return theRulesLab.NbChildren();
-}
-
 bool HYDROData_PriorityQueue::GetRule( const TDF_Label& theRulesLab,
                                        int theIndex, 
                                        Handle(HYDROData_Object)&           theObject1,