Salome HOME
PR: quadtree
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.h
index 97ae84b036615735a3d9934dc3182fde1e3981af..e2dee3ee51dfc18f657a5f7f5bd2be705df80c3b 100644 (file)
@@ -173,9 +173,6 @@ public:
    */
   virtual bool                    renameObject( const QString& theEntry, const QString& theName );
 
-  int                             getObjectDisplayOrder( const int theViewId,
-                                                         const Handle(HYDROData_Entity)& theObject ) const;
-
   QStack<HYDROGUI_Operation*>&    getActiveOperations();
   HYDROGUI_Operation*             activeOperation();
 
@@ -246,7 +243,6 @@ private:
   ViewManagerMap                  myViewManagerMap;
   ViewId2Entry2ObjectStateMap     myObjectStateMap;
 
-  QMap<int, QStringList>          myObjectDisplayOrderMap;
   QStack<HYDROGUI_Operation*>     myActiveOperationMap;
 
   ViewId2ListOfShapes             myShapesMap;