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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-03-18 13:59:22 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:40:29 +0300
commite5aa3f18c2a2d37ae82687aa210d35b48870f4ec (patch)
treefee8b78d994a92313e05231c1549822d0a4e453e /map/track.cpp
parent194c42af99a449c10db22234aacefb2516f452ef (diff)
Removing track DisplayList if the track goes to invisible state.
Diffstat (limited to 'map/track.cpp')
-rw-r--r--map/track.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/map/track.cpp b/map/track.cpp
index 2426f06f19..07de1b4ea6 100644
--- a/map/track.cpp
+++ b/map/track.cpp
@@ -117,7 +117,6 @@ double Track::GetLengthMeters() const
void Track::Swap(Track & rhs)
{
- swap(m_isVisible, rhs.m_isVisible);
swap(m_rect, rhs.m_rect);
swap(m_outlines, rhs.m_outlines);
m_name.swap(rhs.m_name);