Signed-off-by: Amadeusz Sławiński <[email protected]>
---
wrlib/rotate.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/wrlib/rotate.c b/wrlib/rotate.c
index f04b95e..fead8ae 100644
--- a/wrlib/rotate.c
+++ b/wrlib/rotate.c
@@ -77,7 +77,6 @@ RImage *RRotateImage(RImage * image, float angle)
offs = nwidth * 4;
optr = image->data;
- nptr = img->data;
for (x = 0; x < nwidth; x++) {
nptr = img->data + x * 4;
@@ -160,7 +159,6 @@ RImage *RRotateImage(RImage * image, float angle)
offs = nwidth * 4;
optr = image->data;
- nptr = img->data;
for (x = 0; x < nwidth; x++) {
nptr = img->data + x * 4;
--
1.9.3
--
To unsubscribe, send mail to [email protected].