From 6ee7789095054ba924d7496e871591483fa26893 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 26 Apr 2018 16:28:09 +0100 Subject: [PATCH] tiny docs update --- libvips/iofuncs/image.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libvips/iofuncs/image.c b/libvips/iofuncs/image.c index 9045449f..56903e7f 100644 --- a/libvips/iofuncs/image.c +++ b/libvips/iofuncs/image.c @@ -2451,9 +2451,6 @@ vips_get_disc_threshold( void ) * will default to /tmp. On Windows, vips uses GetTempPath() to find the * temporary directory. * - * vips uses g_mkstemp() to make the temporary filename. They generally look - * something like "vips-12-EJKJFGH.v". - * * See also: vips_image_new(). * * Returns: the new #VipsImage, or %NULL on error.