removed unnecessary assignment of (default) values

This commit is contained in:
Steffen Schröder
2014-05-18 21:59:21 +02:00
parent 722c0f483e
commit a6d9753cee
10 changed files with 11 additions and 54 deletions

View File

@ -275,7 +275,6 @@ class ManiaExchangeList implements CallbackListener, ManialinkPageAnswerListener
$karmaLabel->setSize(16.5 * 0.9, 5);
$karmaLabel->setTextSize(0.9);
$karmaLabel->setTextColor('000');
$karmaLabel->setAlign(Control::CENTER, Control::CENTER);
$karmaLabel->setText(' ' . round($karma * 100.) . '% (' . $voteCount . ')');
}