summaryrefslogtreecommitdiffstats
path: root/src/fastscale
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastscale')
-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;
/*