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-10-02 19:22:22 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:03:08 +0300
commitc63032339628eee4ad69eeae126388b8a69e73fa (patch)
tree71985da9145f27f9255cba7937e04ac7f072dcc2 /indexer/feature_data.hpp
parentaa89107b1ed3765cbde033110fe5b3090b375e92 (diff)
[drawer] removed obsolete transparency
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 27351961ae..07128e59e1 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -45,7 +45,7 @@ namespace feature
LAYER_LOW = -11,
LAYER_EMPTY = 0,
- LAYER_TRANSPARENT_TUNNEL = 11, // draw transparent road (tunnels)
+ LAYER_TRANSPARENT_TUNNEL = 11,
LAYER_HIGH = 12
};