diff --git a/map/framework.cpp b/map/framework.cpp index 6e6e0325c0..dc68173bbb 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -2377,6 +2377,7 @@ string Framework::GenerateApiBackUrl(ApiMarkPoint const & point) const return res; } +/* bool Framework::IsDataVersionUpdated() { int64_t storedVersion; @@ -2392,6 +2393,7 @@ void Framework::UpdateSavedDataVersion() { settings::Set("DataVersion", m_storage.GetCurrentDataVersion()); } +*/ int64_t Framework::GetCurrentDataVersion() const { return m_storage.GetCurrentDataVersion(); } diff --git a/map/framework.hpp b/map/framework.hpp index 0d0e1157cb..e99fbbb855 100644 --- a/map/framework.hpp +++ b/map/framework.hpp @@ -671,8 +671,8 @@ private: public: /// @name Data versions - bool IsDataVersionUpdated(); - void UpdateSavedDataVersion(); + // bool IsDataVersionUpdated(); + // void UpdateSavedDataVersion(); int64_t GetCurrentDataVersion() const; public: