remove unused angleOffset in filelight progress box

This commit is contained in:
Ivailo Monev 2014-12-07 02:05:15 +00:00
parent e3fce491ee
commit 8d89f1bb44

View file

@ -97,7 +97,6 @@ ProgressBox::setText(int files)
static const int pieces = 4;
static const float angleFactor[] = { -0.75, 0.5, 1.0, -0.3 };
static const int length[] = { 30, 40, 50, 60 };
static const int angleOffset[] = { 5760, 0, 0, -5760 };
static const int aLength[] = { 300, 2000, 200, 2000 };
void ProgressBox::paintEvent(QPaintEvent*)