Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-12-13 13:56:27 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:47:59 +0300
commit01ee887acd733ed717281c07ff9a49db4a2ca9a7 (patch)
tree62cf9807d8550f618ae4a1651ccb67c92d6fad97 /storage
parent5be7d460aea063707a940e04ff7b15c4ebbdcf3a (diff)
Remove function absent declaration.
Diffstat (limited to 'storage')
-rw-r--r--storage/storage.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/storage.hpp b/storage/storage.hpp
index 3eabcfe2f7..c8b3322801 100644
--- a/storage/storage.hpp
+++ b/storage/storage.hpp
@@ -149,8 +149,6 @@ namespace storage
void DownloadCountry(TIndex const & index);
bool DeleteFromDownloader(TIndex const & index);
- void CheckForUpdate();
-
void NotifyStatusChanged(TIndex const & index) const;
string GetFileDownloadUrl(string const & baseUrl, string const & fName) const;