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:
authorDarafei Praliaskouski <komzpa@gmail.com>2013-02-18 16:01:02 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:51:08 +0300
commitd454c374834a7091540dee308dc4294f85cf4f7e (patch)
tree3fa2822109648734e032545975441a4fdff7be67 /indexer/classificator.cpp
parent36cb56960ae2860f858e7082bb9963979e4be909 (diff)
Removed visibility.txt
Diffstat (limited to 'indexer/classificator.cpp')
-rw-r--r--indexer/classificator.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/indexer/classificator.cpp b/indexer/classificator.cpp
index 19fa0cd5ec..ab8fbf27d9 100644
--- a/indexer/classificator.cpp
+++ b/indexer/classificator.cpp
@@ -436,25 +436,6 @@ void Classificator::PrintClassificator(char const * fPath)
#endif
}
-void Classificator::ReadVisibility(istream & s)
-{
- ClassifObject::VisLoadPolicy policy(&m_root);
- tree::LoadTreeAsText(s, policy);
-}
-
-void Classificator::PrintVisibility(char const * fPath)
-{
-#ifndef OMIM_OS_BADA
- ofstream file(fPath);
-
- ClassifObject::VisSavePolicy policy(&m_root);
- tree::SaveTreeAsText(file, policy);
-
-#else
- ASSERT ( false, ("PrintVisibility uses only in indexer_tool") );
-#endif
-}
-
void Classificator::SortClassificator()
{
GetMutableRoot()->Sort();