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:
authorrachytski <siarhei.rachytski@gmail.com>2011-06-25 18:35:12 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:20:10 +0300
commit7e3ae74fc1d6dc3a075d7d2f08374ede8be5874d (patch)
treee917ac8e9f236df50ce4e1006e63177da6a8f8de /skin_generator/main.cpp
parent495060a1cd94fd264b41abe01d6aca6e16c13b81 (diff)
removed pre-rendered font from the skin.
Diffstat (limited to 'skin_generator/main.cpp')
-rw-r--r--skin_generator/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/skin_generator/main.cpp b/skin_generator/main.cpp
index b475dc2b6e..eb521fdcca 100644
--- a/skin_generator/main.cpp
+++ b/skin_generator/main.cpp
@@ -35,7 +35,6 @@ int main(int argc, char *argv[])
symbolScales.push_back(FLAGS_symbolScale);
gen.processSymbols(FLAGS_symbolsDir, FLAGS_skinName, symbolSizes, symbolScales);
- gen.processFont(FLAGS_fontFileName, FLAGS_skinName, glyphSizes, FLAGS_symbolScale);
gen.renderPages();
gen.writeToFile(FLAGS_skinName);