Removed explicit usage of the 'register' keyword.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d1640684e6)
r14.0.x
Michele Calgaro 4 years ago
parent b8445a7039
commit 7b13ac70f3
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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;
/*

Loading…
Cancel
Save