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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-11-27 17:32:49 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-11-28 16:47:49 +0300
commita4b01a3c6fe7fc8a051915f82c005637b5acd848 (patch)
tree7a661540f7863199ab6aeeb8f05255984d6bd381 /drape_frontend/user_mark_shapes.hpp
parent8a93bee586e89e88f72818fa151e3484fd0252ee (diff)
Refactoring of transit route processing.
Diffstat (limited to 'drape_frontend/user_mark_shapes.hpp')
-rw-r--r--drape_frontend/user_mark_shapes.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp
index b325b6ae92..d00f38e930 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -20,7 +20,6 @@ struct UserMarkRenderParams
m2::PointD m_pivot = m2::PointD(0.0, 0.0);
m2::PointD m_pixelOffset = m2::PointD(0.0, 0.0);
dp::Anchor m_anchor = dp::Center;
- drape_ptr<UserPointMark::SymbolSizesZoomInfo> m_symbolSizes;
drape_ptr<UserPointMark::ColoredSymbolZoomInfo> m_coloredSymbols;
drape_ptr<UserPointMark::SymbolNameZoomInfo> m_symbolNames;
drape_ptr<UserPointMark::TitlesInfo> m_titleDecl;