Salome HOME
studyActivated() virtual method has been added
[modules/gui.git] / src / SUIT / SUIT_DataOwner.h
index f70b63d9ca803e51a8fc0d75822fc777302c4d9d..d951a37cc4dbf8323569d9e9e9d58fdf0f6cc402 100755 (executable)
@@ -33,9 +33,6 @@ public:
 
   iterator append      ( const SUIT_DataOwnerPtr& x );
 
-protected:
-  virtual int compareItems( const SUIT_DataOwnerPtr& item1, const SUIT_DataOwnerPtr& item2 );
-
 private:
   // hide this methods: only append() should be used to add items to the list
   iterator prepend( const SUIT_DataOwnerPtr& x );