Index: app/base/temp-buf.c =================================================================== RCS file: /cvs/gnome/gimp/app/base/temp-buf.c,v retrieving revision 1.38 diff -u -p -r1.38 temp-buf.c --- app/base/temp-buf.c 2001/11/13 03:31:42 1.38 +++ app/base/temp-buf.c 2001/11/13 15:45:17 @@ -316,7 +316,6 @@ temp_buf_resize (TempBuf *buf, { gint size; - g_return_val_if_fail (buf != NULL, NULL); g_return_val_if_fail (width > 0 && height > 0, NULL); /* calculate the requested size */