OSDN Git Service

remove unused angleOffset in filelight progress box
authorIvailo Monev <xakepa10@gmail.com>
Sun, 7 Dec 2014 02:05:15 +0000 (02:05 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Sun, 7 Dec 2014 02:05:15 +0000 (02:05 +0000)
filelight/src/part/progressBox.cpp

index 3e23ae9..7e85b18 100644 (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*)