diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp index 3f4c5813a2..b17513ebbd 100644 --- a/indexer/mwm_set.hpp +++ b/indexer/mwm_set.hpp @@ -192,13 +192,10 @@ public: /// In that case, LockValue returns NULL. void GetMwmsInfo(vector> & info) const; - /// Clears caches. void ClearCache(); - /// Finds an mwm with a given name. MwmId GetMwmIdByFileName(TMwmFileName const & fileName) const; - /// Returns a lock for an mwm with a given name. MwmLock GetMwmLockByFileName(TMwmFileName const & fileName); protected: