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-02-02 17:51:21 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:37:01 +0300
commit2b717dda1a24c094f30e35cd0e509f5955f23013 (patch)
tree28bf268f5412be9cc220e1beb6eeb04019ebae97 /map/track.hpp
parentf0089c33920d57168202bc4772d7509e42e715e1 (diff)
Merging arrows bodies of navigation route if they are close to each other.
Diffstat (limited to 'map/track.hpp')
-rw-r--r--map/track.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/map/track.hpp b/map/track.hpp
index a97520ec89..aa31ab638a 100644
--- a/map/track.hpp
+++ b/map/track.hpp
@@ -35,9 +35,6 @@ typedef buffer_vector<m2::PointD, 32> PointContainerT;
class Track : private noncopyable
{
- Track & operator=(Track const &) = delete;
- Track(Track const &) = delete;
-
public:
typedef m2::PolylineD PolylineD;