liquid_feedback_frontend
diff env/util/initiative_pie.lua @ 1057:6f3e01b266b3
Removed not needed check
author | bsw |
---|---|
date | Wed Jul 16 21:47:34 2014 +0200 (2014-07-16) |
parents | 701a5cf6b067 |
children | 32cc544d5a5b |
line diff
1.1 --- a/env/util/initiative_pie.lua Tue Jul 15 22:03:39 2014 +0200 1.2 +++ b/env/util/initiative_pie.lua Wed Jul 16 21:47:34 2014 +0200 1.3 @@ -8,9 +8,6 @@ 1.4 end 1.5 1.6 local first_preference_votes = initiative.first_preference_votes 1.7 - if first_preference_votes == nil then 1.8 - first_preference_votes = 0 1.9 - end 1.10 1.11 local d = d or 100 1.12 local gap = gap or d / 20