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
path: root/anim
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2013-02-01 05:19:45 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:49:38 +0300
commit01480c108954bfeb912b9adca076bc1864f3e78c (patch)
tree70914be3acaff29d4847629dac38dd64065318fc /anim
parent2295e03d517268605dfe0159bc10f4a4438c821b (diff)
Generic Warning Fixes
Diffstat (limited to 'anim')
-rw-r--r--anim/value_interpolation.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/anim/value_interpolation.hpp b/anim/value_interpolation.hpp
index 004428d1a7..29c32d26cf 100644
--- a/anim/value_interpolation.hpp
+++ b/anim/value_interpolation.hpp
@@ -9,7 +9,6 @@ namespace anim
private:
double m_startValue;
- double m_curValue;
double & m_outValue;
double m_endValue;