Mercurial > MadButterfly
changeset 860:9303fb45a958 abs_n_rel_center
Remove unused variables
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Mon, 20 Sep 2010 22:43:44 +0800 |
parents | e2bf6a93bb1c |
children | e69f551e4a37 |
files | nodejs/animate.js |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/nodejs/animate.js Mon Sep 20 22:43:44 2010 +0800 +++ b/nodejs/animate.js Mon Sep 20 22:43:44 2010 +0800 @@ -173,8 +173,6 @@ this.obj = obj; this.end = 0; this.starttime = Date.now(); - this.startsx = obj[0]; - this.startsy = obj[4]; this.targetx = targetx; this.targety = targety; this.duration = duration*1000;