From 8d89f1bb440de041df29039a6aab4fd9d5dc07c4 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 7 Dec 2014 02:05:15 +0000 Subject: [PATCH] remove unused angleOffset in filelight progress box --- filelight/src/part/progressBox.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/filelight/src/part/progressBox.cpp b/filelight/src/part/progressBox.cpp index 3e23ae98..7e85b188 100644 --- a/filelight/src/part/progressBox.cpp +++ b/filelight/src/part/progressBox.cpp @@ -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*)