summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/freerotation/freerotation.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:45 +0900
commit15e0330f8ac92ed59952a569d9de20dcc8d00484 (patch)
tree6c9f3098070df614bdada6720bc12fb54267b193 /digikam/imageplugins/freerotation/freerotation.cpp
parent83de0e9edd176e5fe92de0d3aa1a05584bf663ab (diff)
downloaddigikam-15e0330f8ac92ed59952a569d9de20dcc8d00484.tar.gz
digikam-15e0330f8ac92ed59952a569d9de20dcc8d00484.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'digikam/imageplugins/freerotation/freerotation.cpp')
-rw-r--r--digikam/imageplugins/freerotation/freerotation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/imageplugins/freerotation/freerotation.cpp b/digikam/imageplugins/freerotation/freerotation.cpp
index 7b445f3..3f8803d 100644
--- a/digikam/imageplugins/freerotation/freerotation.cpp
+++ b/digikam/imageplugins/freerotation/freerotation.cpp
@@ -55,7 +55,7 @@ FreeRotation::FreeRotation(Digikam::DImg *orgImage, TQObject *parent, double ang
void FreeRotation::filterImage(void)
{
int progress;
- register int w, h, nw, nh, j, i = 0;
+ int w, h, nw, nh, j, i = 0;
int nNewHeight, nNewWidth;
int nhdx, nhdy, nhsx, nhsy;
double lfSin, lfCos, lfx, lfy;