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>2011-11-14 23:44:13 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:52 +0300
commit6d4e795f01a7235be2df68babcf968f72dd95694 (patch)
tree9520453ec69d1e45714de290be6ee2da77796898 /indexer/classificator_loader.hpp
parent6f31774ce443b05026ab1e7a335ba65820bbba67 (diff)
- Writing and Reading of proto drawing rules.
- New rules file: drules_proto.txt
Diffstat (limited to 'indexer/classificator_loader.hpp')
-rw-r--r--indexer/classificator_loader.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indexer/classificator_loader.hpp b/indexer/classificator_loader.hpp
index 2d38e0783d..627ba690b2 100644
--- a/indexer/classificator_loader.hpp
+++ b/indexer/classificator_loader.hpp
@@ -9,10 +9,6 @@ namespace classificator
{
typedef ReaderPtr<Reader> ReaderType;
- void Read(ReaderType const & rules,
- ReaderType const & classificator,
- ReaderType const & visibility,
- ReaderType const & types);
void ReadVisibility(string const & fPath);
void Load();