Salome HOME
Remove obsolete OCC_VERSION_LARGE defines.
[modules/gui.git] / src / OBJECT / SALOME_DataMapOfIOMapOfInteger.hxx
index 1cabc85f0dc624ff6b819c843ab8ab3456daab4a..9b60f4546c408fd8134b11fe1cadf41168bbbb97 100644 (file)
@@ -108,10 +108,8 @@ Standard_EXPORT   TColStd_IndexedMapOfInteger& ChangeFind(const Handle(SALOME_In
   return ChangeFind(K);
 }
 
-#if OCC_VERSION_LARGE > 0x06050100 // for OCC-6.5.2 and higher version
 Standard_EXPORT   Standard_Address Find1 (const Handle(SALOME_InteractiveObject)& K) const;
 Standard_EXPORT   Standard_Address ChangeFind1 (const Handle(SALOME_InteractiveObject)& K);
-#endif
 
 private: 
 Standard_EXPORT SALOME_DataMapOfIOMapOfInteger(const SALOME_DataMapOfIOMapOfInteger& Other);