ecore: remove useless workaround.

SVN revision: 70834
This commit is contained in:
Cedric BAIL 2012-05-07 02:06:57 +00:00
parent 7d400fb5d9
commit 90a45036e7
1 changed files with 0 additions and 1 deletions

View File

@ -274,7 +274,6 @@ ecore_animator_pos_map(double pos,
return pos;
case ECORE_POS_MAP_ACCELERATE:
if (pos == 1.0) return 1.0;
pos = 1.0 - _pos_map_sin(M_PI_2 + pos * M_PI_2);
return pos;