summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 23:52:52 +0900
commit23d6d04803704b1ae3b6bdd29aa49e5fb2301f2f (patch)
treecf378199125aefbc31e8c51c636257f35ef55fd2 /src
parent3e15776c6f7e5fc82548ed70ff808b9bd8b10151 (diff)
downloadk3b-23d6d04803704b1ae3b6bdd29aa49e5fb2301f2f.tar.gz
k3b-23d6d04803704b1ae3b6bdd29aa49e5fb2301f2f.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b557321865d43aa125591f965a459067ee93bc89)
Diffstat (limited to 'src')
-rw-r--r--src/fastscale/scale.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fastscale/scale.cpp b/src/fastscale/scale.cpp
index e15c5da..fb6a612 100644
--- a/src/fastscale/scale.cpp
+++ b/src/fastscale/scale.cpp
@@ -439,7 +439,7 @@ static void HorizontalFilter(const TQImage& source,TQImage& destination,
stop,
y;
- register long
+ long
i,
x;
@@ -524,7 +524,7 @@ static void VerticalFilter(const TQImage& source,TQImage& destination,
stop,
x;
- register long
+ long
i,
y;
@@ -738,13 +738,13 @@ TQImage SampleImage(const TQImage& image,const int columns,
uchar
*pixels;
- register const uchar
+ const uchar
*p;
- register long
+ long
x;
- register uchar
+ uchar
*q;
/*