diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:46 +0900 |
commit | d1640684e64f944818804b05f64b66d24a4533cf (patch) | |
tree | 594d115fcb18a44c5ed41d039fc71a7bcd917b81 | |
parent | 64cd571a1fb57be85e62ed7aecda60e842fa88ac (diff) | |
download | gwenview-d1640684e64f944818804b05f64b66d24a4533cf.tar.gz gwenview-d1640684e64f944818804b05f64b66d24a4533cf.zip |
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/imageutils/scale.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/imageutils/scale.cpp b/src/imageutils/scale.cpp index 3d331f0..fb9ab23 100644 --- a/src/imageutils/scale.cpp +++ b/src/imageutils/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; /* |