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>2011-02-15 22:45:50 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:12:26 +0300
commita839c05c782b52b708c493fffb82e4f3e15264f1 (patch)
tree4b1eb7d1db1c42b1b77b52d9fb1e1e9231d74da0 /indexer/drawing_rules.hpp
parent77c1a74a56cda8676f8984b61a97063da58a18a7 (diff)
Remove BaseDrawRule::GetStrokeColor. Use only basic interface.
Diffstat (limited to 'indexer/drawing_rules.hpp')
-rw-r--r--indexer/drawing_rules.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indexer/drawing_rules.hpp b/indexer/drawing_rules.hpp
index fc13f422cc..d3b5f1c10c 100644
--- a/indexer/drawing_rules.hpp
+++ b/indexer/drawing_rules.hpp
@@ -55,7 +55,6 @@ namespace drule
//@}
virtual unsigned char GetAlpha () const { return 255; }
- virtual int GetStrokeColor() const {return -1;}
virtual double GetWidth() const { return -1; }
virtual void GetPattern(vector<double> &, double &) const {}
virtual void GetSymbol(string &) const {}