Salome HOME
refs #482: new function for export calculation case
[modules/hydro.git] / src / HYDROData / HYDROData_PriorityQueue.h
index 0864ee5a175ec58c0ec69b21e1c0d94cde364f9f..62c8708d15d993ec5e2598a3560bcbb13a0f4e9f 100644 (file)
@@ -48,7 +48,6 @@ public:
   static void DumpRulesToPython( const TDF_Label& theRulesLab,
                                  const QString& theCalcCaseName,
                                  QStringList& theScript );
-  static int GetRulesCount( const TDF_Label& theRulesLab );
   static bool GetRule( const TDF_Label& theRulesLab,
                        int theIndex, 
                        Handle(HYDROData_Object)&           theObject1,