remove unused type qualifiers
authorMarkus Teich <markus.teich@stusta.mhn.de>
Sat, 31 Oct 2015 15:25:02 +0000 (16:25 +0100)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Sat, 31 Oct 2015 15:25:02 +0000 (16:25 +0100)
sent.c

diff --git a/sent.c b/sent.c
index a8e43d8450a5e0506f916f597c6c7c076eeaec76..b27d944dbbe36d161f848cbf8b7ab7f78233473d 100644 (file)
--- a/sent.c
+++ b/sent.c
@@ -279,8 +279,8 @@ void pngscale(Image *img)
        unsigned int x, y;
        unsigned int width = img->ximg->width;
        unsigned int height = img->ximg->height;
-       char* __restrict__ newBuf = img->ximg->data;
-       unsigned char * __restrict__ ibuf;
+       char* newBuf = img->ximg->data;
+       unsigned char* ibuf;
        unsigned int jdy = img->ximg->bytes_per_line / 4 - width;
        unsigned int dx = (img->bufwidth << 10) / width;