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:
authorvng <viktor.govako@gmail.com>2012-02-22 22:46:55 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:34:27 +0300
commit5c3e56b54a630918e2206a2b682d8b18e6dc4c9a (patch)
tree62e2e4c4c953338d0e6e5c1020879b16be94d547 /map/navigator.hpp
parent32e1833acc0c1e7f7f547fae5fbfbfd55fa88692 (diff)
[search] Performance: Avoid penalty on polymorphic SubReader and coping of readers.
Diffstat (limited to 'map/navigator.hpp')
-rw-r--r--map/navigator.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/map/navigator.hpp b/map/navigator.hpp
index 4f0e5b3313..77b95df6b9 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -4,9 +4,6 @@
#include "../base/matrix.hpp"
-class FileReader;
-template <class> class ReaderSource;
-class FileWriter;
// Calculates screen parameters in navigation (dragging, scaling, etc.).
class Navigator