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:
Diffstat (limited to 'ugc/api.cpp')
-rw-r--r--ugc/api.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/ugc/api.cpp b/ugc/api.cpp
index 4df90ed104..172bda4bc2 100644
--- a/ugc/api.cpp
+++ b/ugc/api.cpp
@@ -54,11 +54,6 @@ void Api::SendingCompleted()
m_thread.Push([this] { SendingCompletedImpl(); });
}
-void Api::SaveUGCOnDisk()
-{
- m_thread.Push([this] { SaveUGCOnDiskImpl(); });
-}
-
Loader & Api::GetLoader()
{
return m_loader;
@@ -101,9 +96,4 @@ void Api::SendingCompletedImpl()
{
m_storage.MarkAllAsSynchronized();
}
-
-void Api::SaveUGCOnDiskImpl()
-{
- m_storage.SaveIndex();
-}
} // namespace ugc